2024-09-20T18:47:27.539 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T18:47:27.557 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T18:47:27.644 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738 branch: wip-guits-main-2024-09-20-1028 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_dom} email: gabrioux@ibm.com first_in_suite: false job_id: '7912738' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-20-1028 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: 88deadb8082f4a33832e228ccefc59cedba158a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 88deadb8082f4a33832e228ccefc59cedba158a5 workunit: branch: wip-guits-main-2024-09-20-1028 sha1: 88deadb8082f4a33832e228ccefc59cedba158a5 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.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: 9945 sha1: 88deadb8082f4a33832e228ccefc59cedba158a5 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-20-1028 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_88deadb8082f4a33832e228ccefc59cedba158a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 88deadb8082f4a33832e228ccefc59cedba158a5 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJAmf5fu+ouUkE3n6guWivkUtS+aJneAZTdSefjl6IBakbANEvPSh6Bx+GjcXiKeGeXvgTnwLribjo8IhPXtcok= smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK5vb2tYs+n0aZewCj2ZqCtLqvv1RHFrLKnzviBZvu616fIpFEpc43uxFUgwnq5egwTqKWlttjhr9uxB/XhGHJ0= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD+rBn3ErRqOkhfd2Nr1+as/N9A44vEuzhcZj9X9Z6xoC6bxVjJrtP3vcZeWJF+jc8N71qVZPcoM7VLc4NZSx60= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOC6ZbMQdoiudkNzpnJIaDnaIi120Jhh0vOPMRx5G93fvsaT8tb2QTrvolLbf9kU1Ciz+mYLS1ic63b823SCfk= tasks: - cephadm.deploy_samba_ad_dc: role: host.d - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adctdb1\n auth_mode: active-directory\n domain_settings:\n realm: DOMAIN1.SINK.TEST\n\ \ join_sources:\n - source_type: resource\n ref: join1-admin\n\ \ custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n placement:\n count:\ \ 3\n- resource_type: ceph.smb.join.auth\n auth_id: join1-admin\n auth:\n\ \ username: Administrator\n password: Passw0rd\n- resource_type: ceph.smb.share\n\ \ cluster_id: adctdb1\n share_id: share1\n cephfs:\n volume: cephfs\n\ \ subvolumegroup: smb\n subvolume: sv1\n path: /\n- resource_type:\ \ ceph.smb.share\n cluster_id: adctdb1\n share_id: share2\n cephfs:\n \ \ volume: cephfs\n subvolumegroup: smb\n subvolume: sv2\n path:\ \ /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.adctdb1 - cephadm.shell: host.a: - cmd: rados --pool=.smb -N adctdb1 get cluster.meta.json /dev/stdout - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.exec: host.a: - '{{ctx.cephadm}} ls --no-detail | {{ctx.cephadm}} shell jq -r ''map(select(.name | startswith("smb.adctdb1")))[-1].name'' > /tmp/svcname' - '{{ctx.cephadm}} enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' - cat /tmp/ctdb_status - grep 'pnn:0 .*OK' /tmp/ctdb_status - grep 'pnn:1 .*OK' /tmp/ctdb_status - grep 'pnn:2 .*OK' /tmp/ctdb_status - grep 'Number of nodes:3' /tmp/ctdb_status - rm -rf /tmp/svcname /tmp/ctdb_status - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adctdb1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ adctdb1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: adctdb1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.adctdb1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_12:24:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T18:47:27.645 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_88deadb8082f4a33832e228ccefc59cedba158a5/qa; will attempt to use it 2024-09-20T18:47:27.646 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_88deadb8082f4a33832e228ccefc59cedba158a5/qa/tasks 2024-09-20T18:47:27.646 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T18:47:27.647 INFO:teuthology.task.internal:Checking packages... 2024-09-20T18:47:27.669 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '88deadb8082f4a33832e228ccefc59cedba158a5' 2024-09-20T18:47:27.669 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T18:47:27.669 INFO:teuthology.packaging:ref: None 2024-09-20T18:47:27.669 INFO:teuthology.packaging:tag: None 2024-09-20T18:47:27.669 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-20-1028 2024-09-20T18:47:27.669 INFO:teuthology.packaging:sha1: 88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T18:47:27.669 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-20-1028 2024-09-20T18:47:27.813 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5099-g88deadb8-1jammy 2024-09-20T18:47:27.815 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T18:47:27.822 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T18:47:27.822 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T18:47:27.828 INFO:teuthology.task.internal:Saving configuration 2024-09-20T18:47:27.842 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T18:47:27.849 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T18:47:27.876 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 18:40:42.747543', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBqOuSSWK1sF8SORVYlDoALIVgZfef4KJokHZ18Gkxx3'} 2024-09-20T18:47:27.896 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 18:40:42.750037', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlWscLgOucRHTeGtfW1HeWGyZWYfbongzz9KLNAEWAq'} 2024-09-20T18:47:27.916 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 18:40:42.746135', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbiJeRlSQiCm6MWsIcO1qqBKoOzV78/HUF3Q2WjWCcA'} 2024-09-20T18:47:27.936 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 18:40:42.748850', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFkCMH0ldLIAEW5Et2nqvhqe4HZnFqKhtlVMKX11lmd'} 2024-09-20T18:47:27.936 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T18:47:27.943 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-20T18:47:27.943 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-20T18:47:27.943 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-20T18:47:27.943 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-20T18:47:27.943 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T18:47:28.116 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fda06d78280>, signals=[15]) 2024-09-20T18:47:28.116 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T18:47:28.122 INFO:teuthology.task.internal:Opening connections... 2024-09-20T18:47:28.122 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T18:47:28.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:47:28.208 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-09-20T18:47:28.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:47:28.293 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-09-20T18:47:28.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:47:28.374 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-09-20T18:47:28.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:47:28.450 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T18:47:28.458 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-09-20T18:47:28.464 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-09-20T18:47:28.464 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="22.04" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=jammy 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T18:47:28.510 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T18:47:28.511 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T18:47:28.511 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=jammy 2024-09-20T18:47:28.511 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-09-20T18:47:28.532 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-09-20T18:47:28.538 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-09-20T18:47:28.539 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-09-20T18:47:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T18:47:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="Ubuntu" 2024-09-20T18:47:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="22.04" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_CODENAME=jammy 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:ID=ubuntu 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE=debian 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T18:47:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:UBUNTU_CODENAME=jammy 2024-09-20T18:47:28.586 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-09-20T18:47:28.616 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-09-20T18:47:28.621 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-09-20T18:47:28.621 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="Ubuntu" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="22.04" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_CODENAME=jammy 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:ID=ubuntu 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE=debian 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T18:47:28.667 INFO:teuthology.orchestra.run.smithi191.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T18:47:28.668 INFO:teuthology.orchestra.run.smithi191.stdout:UBUNTU_CODENAME=jammy 2024-09-20T18:47:28.668 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-09-20T18:47:28.691 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-09-20T18:47:28.696 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-09-20T18:47:28.696 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-09-20T18:47:28.743 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T18:47:28.743 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="Ubuntu" 2024-09-20T18:47:28.743 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="22.04" 2024-09-20T18:47:28.743 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T18:47:28.743 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_CODENAME=jammy 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:ID=ubuntu 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE=debian 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T18:47:28.744 INFO:teuthology.orchestra.run.smithi193.stdout:UBUNTU_CODENAME=jammy 2024-09-20T18:47:28.745 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-09-20T18:47:28.774 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T18:47:28.784 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T18:47:28.789 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T18:47:28.789 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-09-20T18:47:28.791 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-09-20T18:47:28.793 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-09-20T18:47:28.796 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-09-20T18:47:28.801 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T18:47:28.807 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T18:47:28.807 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-09-20T18:47:28.843 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-09-20T18:47:28.845 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-09-20T18:47:28.847 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-09-20T18:47:28.865 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T18:47:28.962 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T18:47:28.977 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T18:47:28.977 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-20T18:47:28.977 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T18:47:28.978 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T18:47:28.978 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T18:47:28.979 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T18:47:28.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:47:28.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:47:28.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:47:28.985 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-20T18:47:28.985 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-09-20T18:47:28.986 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-20T18:47:28.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:47:28.987 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-09-20T18:47:29.030 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-56-generic 2024-09-20T18:47:29.031 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.15.0-56-generic 2024-09-20T18:47:29.031 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-09-20T18:47:29.033 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-56-generic 2024-09-20T18:47:29.033 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.15.0-56-generic 2024-09-20T18:47:29.033 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-20T18:47:29.034 INFO:teuthology.orchestra.run.smithi064.stdout:5.15.0-56-generic 2024-09-20T18:47:29.034 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.15.0-56-generic 2024-09-20T18:47:29.034 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2024-09-20T18:47:29.035 INFO:teuthology.orchestra.run.smithi193.stdout:5.15.0-56-generic 2024-09-20T18:47:29.035 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.15.0-56-generic 2024-09-20T18:47:29.035 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get clean 2024-09-20T18:47:29.158 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-20T18:47:29.164 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get update 2024-09-20T18:47:29.167 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2024-09-20T18:47:29.229 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-09-20T18:47:29.313 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:47:29.313 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T18:47:29.313 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T18:47:29.314 INFO:teuthology.orchestra.run.smithi191.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T18:47:29.316 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:47:29.348 INFO:teuthology.orchestra.run.smithi193.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T18:47:29.383 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T18:47:29.417 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:47:29.423 INFO:teuthology.orchestra.run.smithi193.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T18:47:29.433 INFO:teuthology.orchestra.run.smithi193.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T18:47:29.498 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T18:47:29.529 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:47:29.533 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T18:47:29.534 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T18:47:29.566 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T18:47:29.570 INFO:teuthology.orchestra.run.smithi193.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T18:47:29.585 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T18:47:29.638 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T18:47:29.642 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T18:47:29.645 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T18:47:29.645 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T18:47:29.646 INFO:teuthology.orchestra.run.smithi191.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T18:47:29.667 INFO:teuthology.orchestra.run.smithi191.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T18:47:29.669 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T18:47:29.670 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T18:47:29.671 INFO:teuthology.orchestra.run.smithi191.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T18:47:29.671 INFO:teuthology.orchestra.run.smithi191.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T18:47:29.678 INFO:teuthology.orchestra.run.smithi191.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T18:47:29.680 INFO:teuthology.orchestra.run.smithi193.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T18:47:29.684 INFO:teuthology.orchestra.run.smithi191.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T18:47:29.685 INFO:teuthology.orchestra.run.smithi191.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T18:47:29.686 INFO:teuthology.orchestra.run.smithi191.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T18:47:29.686 INFO:teuthology.orchestra.run.smithi191.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T18:47:29.686 INFO:teuthology.orchestra.run.smithi191.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T18:47:29.686 INFO:teuthology.orchestra.run.smithi193.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T18:47:29.690 INFO:teuthology.orchestra.run.smithi193.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T18:47:29.691 INFO:teuthology.orchestra.run.smithi193.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T18:47:29.691 INFO:teuthology.orchestra.run.smithi193.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T18:47:29.696 INFO:teuthology.orchestra.run.smithi191.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T18:47:29.709 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T18:47:29.711 INFO:teuthology.orchestra.run.smithi064.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T18:47:29.711 INFO:teuthology.orchestra.run.smithi064.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T18:47:29.712 INFO:teuthology.orchestra.run.smithi193.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T18:47:29.716 INFO:teuthology.orchestra.run.smithi193.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T18:47:29.717 INFO:teuthology.orchestra.run.smithi193.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T18:47:29.718 INFO:teuthology.orchestra.run.smithi064.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T18:47:29.723 INFO:teuthology.orchestra.run.smithi193.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T18:47:29.732 INFO:teuthology.orchestra.run.smithi193.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T18:47:29.733 INFO:teuthology.orchestra.run.smithi064.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T18:47:29.734 INFO:teuthology.orchestra.run.smithi193.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T18:47:29.734 INFO:teuthology.orchestra.run.smithi193.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T18:47:29.736 INFO:teuthology.orchestra.run.smithi064.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T18:47:29.736 INFO:teuthology.orchestra.run.smithi064.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T18:47:29.736 INFO:teuthology.orchestra.run.smithi064.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T18:47:29.740 INFO:teuthology.orchestra.run.smithi064.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T18:47:29.745 INFO:teuthology.orchestra.run.smithi064.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T18:47:29.747 INFO:teuthology.orchestra.run.smithi064.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T18:47:29.747 INFO:teuthology.orchestra.run.smithi064.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T18:47:29.755 INFO:teuthology.orchestra.run.smithi193.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T18:47:29.756 INFO:teuthology.orchestra.run.smithi193.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T18:47:29.756 INFO:teuthology.orchestra.run.smithi193.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T18:47:29.756 INFO:teuthology.orchestra.run.smithi193.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T18:47:29.756 INFO:teuthology.orchestra.run.smithi193.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T18:47:29.759 INFO:teuthology.orchestra.run.smithi193.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T18:47:29.759 INFO:teuthology.orchestra.run.smithi193.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T18:47:29.759 INFO:teuthology.orchestra.run.smithi193.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T18:47:29.774 INFO:teuthology.orchestra.run.smithi064.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T18:47:29.774 INFO:teuthology.orchestra.run.smithi064.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T18:47:29.774 INFO:teuthology.orchestra.run.smithi064.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T18:47:29.774 INFO:teuthology.orchestra.run.smithi064.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi064.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi064.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi064.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi193.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi193.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T18:47:29.777 INFO:teuthology.orchestra.run.smithi193.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T18:47:29.792 INFO:teuthology.orchestra.run.smithi064.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T18:47:29.795 INFO:teuthology.orchestra.run.smithi064.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T18:47:29.795 INFO:teuthology.orchestra.run.smithi064.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T18:47:29.800 INFO:teuthology.orchestra.run.smithi064.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T18:47:29.807 INFO:teuthology.orchestra.run.smithi064.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T18:47:29.808 INFO:teuthology.orchestra.run.smithi064.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T18:47:29.810 INFO:teuthology.orchestra.run.smithi064.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T18:47:29.810 INFO:teuthology.orchestra.run.smithi064.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T18:47:29.810 INFO:teuthology.orchestra.run.smithi064.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T18:47:29.832 INFO:teuthology.orchestra.run.smithi064.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T18:47:29.832 INFO:teuthology.orchestra.run.smithi064.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T18:47:29.833 INFO:teuthology.orchestra.run.smithi064.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T18:47:29.833 INFO:teuthology.orchestra.run.smithi064.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T18:47:29.834 INFO:teuthology.orchestra.run.smithi064.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T18:47:29.834 INFO:teuthology.orchestra.run.smithi064.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T18:47:29.834 INFO:teuthology.orchestra.run.smithi064.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T18:47:29.844 INFO:teuthology.orchestra.run.smithi064.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T18:47:29.854 INFO:teuthology.orchestra.run.smithi191.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T18:47:29.870 INFO:teuthology.orchestra.run.smithi064.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T18:47:29.881 INFO:teuthology.orchestra.run.smithi193.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T18:47:29.941 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T18:47:29.974 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T18:47:29.992 INFO:teuthology.orchestra.run.smithi191.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T18:47:30.081 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T18:47:30.166 INFO:teuthology.orchestra.run.smithi193.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T18:47:30.268 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T18:47:30.312 INFO:teuthology.orchestra.run.smithi191.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T18:47:30.340 INFO:teuthology.orchestra.run.smithi193.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T18:47:30.347 INFO:teuthology.orchestra.run.smithi191.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T18:47:30.352 INFO:teuthology.orchestra.run.smithi193.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T18:47:30.353 INFO:teuthology.orchestra.run.smithi193.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T18:47:30.354 INFO:teuthology.orchestra.run.smithi193.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T18:47:30.361 INFO:teuthology.orchestra.run.smithi191.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T18:47:30.362 INFO:teuthology.orchestra.run.smithi191.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T18:47:30.400 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T18:47:30.432 INFO:teuthology.orchestra.run.smithi191.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T18:47:30.433 INFO:teuthology.orchestra.run.smithi191.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T18:47:30.434 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T18:47:30.439 INFO:teuthology.orchestra.run.smithi193.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T18:47:30.442 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T18:47:30.448 INFO:teuthology.orchestra.run.smithi193.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T18:47:30.448 INFO:teuthology.orchestra.run.smithi193.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T18:47:30.448 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T18:47:30.449 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T18:47:30.451 INFO:teuthology.orchestra.run.smithi191.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T18:47:30.451 INFO:teuthology.orchestra.run.smithi191.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T18:47:30.454 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T18:47:30.455 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T18:47:30.465 INFO:teuthology.orchestra.run.smithi193.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T18:47:30.473 INFO:teuthology.orchestra.run.smithi191.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T18:47:30.499 INFO:teuthology.orchestra.run.smithi193.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T18:47:30.501 INFO:teuthology.orchestra.run.smithi191.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T18:47:30.504 INFO:teuthology.orchestra.run.smithi193.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T18:47:30.505 INFO:teuthology.orchestra.run.smithi193.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T18:47:30.505 INFO:teuthology.orchestra.run.smithi193.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T18:47:30.506 INFO:teuthology.orchestra.run.smithi193.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T18:47:30.508 INFO:teuthology.orchestra.run.smithi191.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T18:47:30.508 INFO:teuthology.orchestra.run.smithi191.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T18:47:30.510 INFO:teuthology.orchestra.run.smithi191.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T18:47:30.519 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T18:47:30.523 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T18:47:30.538 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T18:47:30.538 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T18:47:30.541 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T18:47:30.557 INFO:teuthology.orchestra.run.smithi191.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T18:47:30.558 INFO:teuthology.orchestra.run.smithi191.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T18:47:30.558 INFO:teuthology.orchestra.run.smithi191.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T18:47:30.559 INFO:teuthology.orchestra.run.smithi191.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T18:47:30.585 INFO:teuthology.orchestra.run.smithi193.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T18:47:30.592 INFO:teuthology.orchestra.run.smithi191.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T18:47:30.593 INFO:teuthology.orchestra.run.smithi191.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T18:47:30.593 INFO:teuthology.orchestra.run.smithi191.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T18:47:30.594 INFO:teuthology.orchestra.run.smithi191.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T18:47:30.594 INFO:teuthology.orchestra.run.smithi191.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T18:47:30.598 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T18:47:30.598 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T18:47:30.606 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T18:47:30.606 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T18:47:30.612 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T18:47:30.617 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T18:47:30.617 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T18:47:30.631 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T18:47:30.632 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T18:47:30.632 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T18:47:30.635 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T18:47:30.636 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T18:47:30.636 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T18:47:30.638 INFO:teuthology.orchestra.run.smithi191.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T18:47:30.647 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T18:47:30.648 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T18:47:30.648 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T18:47:30.650 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T18:47:30.689 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T18:47:30.690 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T18:47:30.715 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T18:47:30.716 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T18:47:30.716 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T18:47:30.717 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T18:47:30.718 INFO:teuthology.orchestra.run.smithi029.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T18:47:30.728 INFO:teuthology.orchestra.run.smithi029.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T18:47:36.156 INFO:teuthology.orchestra.run.smithi193.stdout:Fetched 16.3 MB in 2s (7,307 kB/s) 2024-09-20T18:47:36.296 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 16.3 MB in 2s (7,436 kB/s) 2024-09-20T18:47:36.412 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 16.3 MB in 2s (7,048 kB/s) 2024-09-20T18:47:37.208 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 16.3 MB in 3s (5,614 kB/s) 2024-09-20T18:47:37.511 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-09-20T18:47:37.528 DEBUG:teuthology.orchestra.run.smithi193:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:47:37.581 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-09-20T18:47:37.768 INFO:teuthology.orchestra.run.smithi193.stdout:Building dependency tree... 2024-09-20T18:47:37.768 INFO:teuthology.orchestra.run.smithi193.stdout:Reading state information... 2024-09-20T18:47:37.772 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-20T18:47:37.790 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:47:37.843 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-20T18:47:37.936 INFO:teuthology.orchestra.run.smithi193.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout: python2.7-minimal 2024-09-20T18:47:37.937 INFO:teuthology.orchestra.run.smithi193.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:47:37.939 INFO:teuthology.orchestra.run.smithi193.stdout:The following additional packages will be installed: 2024-09-20T18:47:37.939 INFO:teuthology.orchestra.run.smithi193.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:37.939 INFO:teuthology.orchestra.run.smithi193.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T18:47:37.939 INFO:teuthology.orchestra.run.smithi193.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:37.940 INFO:teuthology.orchestra.run.smithi193.stdout:Suggested packages: 2024-09-20T18:47:37.940 INFO:teuthology.orchestra.run.smithi193.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T18:47:37.941 INFO:teuthology.orchestra.run.smithi193.stdout:Recommended packages: 2024-09-20T18:47:37.941 INFO:teuthology.orchestra.run.smithi193.stdout: thermald 2024-09-20T18:47:37.981 INFO:teuthology.orchestra.run.smithi193.stdout:The following NEW packages will be installed: 2024-09-20T18:47:37.981 INFO:teuthology.orchestra.run.smithi193.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:37.981 INFO:teuthology.orchestra.run.smithi193.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T18:47:37.982 INFO:teuthology.orchestra.run.smithi193.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:37.983 INFO:teuthology.orchestra.run.smithi193.stdout:The following packages will be upgraded: 2024-09-20T18:47:37.983 INFO:teuthology.orchestra.run.smithi193.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T18:47:38.026 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-09-20T18:47:38.031 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-20T18:47:38.031 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-20T18:47:38.045 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:47:38.113 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-09-20T18:47:38.162 INFO:teuthology.orchestra.run.smithi193.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:47:38.162 INFO:teuthology.orchestra.run.smithi193.stdout:Need to get 113 MB of archives. 2024-09-20T18:47:38.162 INFO:teuthology.orchestra.run.smithi193.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T18:47:38.163 INFO:teuthology.orchestra.run.smithi193.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T18:47:38.202 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout: python2.7-minimal 2024-09-20T18:47:38.203 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:47:38.205 INFO:teuthology.orchestra.run.smithi191.stdout:The following additional packages will be installed: 2024-09-20T18:47:38.205 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:38.205 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T18:47:38.205 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:38.207 INFO:teuthology.orchestra.run.smithi191.stdout:Suggested packages: 2024-09-20T18:47:38.207 INFO:teuthology.orchestra.run.smithi191.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T18:47:38.208 INFO:teuthology.orchestra.run.smithi191.stdout:Recommended packages: 2024-09-20T18:47:38.208 INFO:teuthology.orchestra.run.smithi191.stdout: thermald 2024-09-20T18:47:38.258 INFO:teuthology.orchestra.run.smithi191.stdout:The following NEW packages will be installed: 2024-09-20T18:47:38.258 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:38.258 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T18:47:38.258 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:38.260 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages will be upgraded: 2024-09-20T18:47:38.260 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T18:47:38.312 INFO:teuthology.orchestra.run.smithi191.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:47:38.312 INFO:teuthology.orchestra.run.smithi191.stdout:Need to get 113 MB of archives. 2024-09-20T18:47:38.312 INFO:teuthology.orchestra.run.smithi191.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T18:47:38.312 INFO:teuthology.orchestra.run.smithi191.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T18:47:38.318 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2024-09-20T18:47:38.319 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2024-09-20T18:47:38.499 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:47:38.499 INFO:teuthology.orchestra.run.smithi064.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:47:38.499 INFO:teuthology.orchestra.run.smithi064.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:47:38.500 INFO:teuthology.orchestra.run.smithi064.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:47:38.500 INFO:teuthology.orchestra.run.smithi064.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T18:47:38.500 INFO:teuthology.orchestra.run.smithi064.stdout: python2.7-minimal 2024-09-20T18:47:38.500 INFO:teuthology.orchestra.run.smithi064.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:47:38.501 INFO:teuthology.orchestra.run.smithi064.stdout:The following additional packages will be installed: 2024-09-20T18:47:38.501 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:38.501 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T18:47:38.502 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:38.503 INFO:teuthology.orchestra.run.smithi064.stdout:Suggested packages: 2024-09-20T18:47:38.503 INFO:teuthology.orchestra.run.smithi064.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T18:47:38.503 INFO:teuthology.orchestra.run.smithi064.stdout:Recommended packages: 2024-09-20T18:47:38.503 INFO:teuthology.orchestra.run.smithi064.stdout: thermald 2024-09-20T18:47:38.551 INFO:teuthology.orchestra.run.smithi064.stdout:The following NEW packages will be installed: 2024-09-20T18:47:38.551 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:38.551 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T18:47:38.552 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:38.553 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages will be upgraded: 2024-09-20T18:47:38.554 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T18:47:38.606 INFO:teuthology.orchestra.run.smithi064.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:47:38.606 INFO:teuthology.orchestra.run.smithi064.stdout:Need to get 113 MB of archives. 2024-09-20T18:47:38.606 INFO:teuthology.orchestra.run.smithi064.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T18:47:38.606 INFO:teuthology.orchestra.run.smithi064.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T18:47:38.715 INFO:teuthology.orchestra.run.smithi191.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T18:47:38.803 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T18:47:39.047 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T18:47:39.267 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T18:47:39.564 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T18:47:39.564 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T18:47:39.564 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T18:47:39.599 INFO:teuthology.orchestra.run.smithi193.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T18:47:39.681 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T18:47:39.772 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T18:47:39.801 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-09-20T18:47:39.821 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:47:39.885 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-09-20T18:47:40.001 INFO:teuthology.orchestra.run.smithi193.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T18:47:40.103 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-09-20T18:47:40.103 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-09-20T18:47:40.193 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 113 MB in 2s (75.3 MB/s) 2024-09-20T18:47:40.201 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T18:47:40.201 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T18:47:40.201 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T18:47:40.302 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:47:40.302 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:47:40.302 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:47:40.303 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:47:40.303 INFO:teuthology.orchestra.run.smithi029.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T18:47:40.303 INFO:teuthology.orchestra.run.smithi029.stdout: python2.7-minimal 2024-09-20T18:47:40.303 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:47:40.304 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-09-20T18:47:40.304 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:40.304 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T18:47:40.305 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:40.306 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-09-20T18:47:40.306 INFO:teuthology.orchestra.run.smithi029.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T18:47:40.306 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2024-09-20T18:47:40.307 INFO:teuthology.orchestra.run.smithi029.stdout: thermald 2024-09-20T18:47:40.327 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T18:47:40.349 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T18:47:40.358 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-09-20T18:47:40.358 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T18:47:40.358 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T18:47:40.358 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T18:47:40.360 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages will be upgraded: 2024-09-20T18:47:40.361 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T18:47:40.407 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T18:47:40.541 INFO:teuthology.orchestra.run.smithi029.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:47:40.542 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 113 MB of archives. 2024-09-20T18:47:40.542 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T18:47:40.542 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T18:47:40.835 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 113 MB in 2s (61.1 MB/s) 2024-09-20T18:47:41.019 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T18:47:41.953 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T18:47:42.127 INFO:teuthology.orchestra.run.smithi193.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T18:47:42.127 INFO:teuthology.orchestra.run.smithi193.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T18:47:42.127 INFO:teuthology.orchestra.run.smithi193.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T18:47:42.313 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T18:47:42.525 INFO:teuthology.orchestra.run.smithi193.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T18:47:42.547 INFO:teuthology.orchestra.run.smithi191.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-20T18:47:42.551 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:42.574 INFO:teuthology.orchestra.run.smithi193.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T18:47:42.862 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:42.991 INFO:teuthology.orchestra.run.smithi193.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-09-20T18:47:43.004 INFO:teuthology.orchestra.run.smithi064.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-20T18:47:43.008 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:43.074 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:43.172 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T18:47:44.864 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T18:47:44.864 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T18:47:44.865 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T18:47:45.156 INFO:teuthology.orchestra.run.smithi193.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-20T18:47:45.161 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:45.216 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T18:47:45.227 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T18:47:45.229 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T18:47:45.238 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:45.251 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:45.269 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:45.310 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T18:47:45.323 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:45.332 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:45.726 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 113 MB in 5s (22.9 MB/s) 2024-09-20T18:47:45.769 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T18:47:45.790 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:45.816 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T18:47:45.836 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:45.844 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:45.865 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:45.939 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T18:47:47.412 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T18:47:47.434 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:47.518 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:48.007 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T18:47:48.028 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:48.065 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:48.928 INFO:teuthology.orchestra.run.smithi029.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-20T18:47:48.933 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:49.223 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:52.095 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T18:47:52.117 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:52.218 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:52.462 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:52.563 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:52.826 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T18:47:52.847 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:52.885 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:47:52.938 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:53.059 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:53.386 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T18:47:53.409 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T18:47:53.453 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:47:53.510 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:53.628 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:54.021 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:54.141 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:54.470 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T18:47:54.492 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T18:47:54.537 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:47:55.048 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:55.167 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:55.466 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:47:55.570 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:47:55.882 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T18:47:55.904 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T18:47:55.970 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:47:59.224 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T18:47:59.262 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:47:59.299 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:01.055 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T18:48:01.092 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:48:01.123 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:01.377 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:01.519 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:01.857 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:01.946 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T18:48:01.977 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:01.983 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:48:01.987 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:02.021 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:02.112 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:02.341 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T18:48:02.364 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T18:48:02.409 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:48:02.471 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:48:02.592 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:02.718 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T18:48:02.830 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:03.878 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:04.026 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:04.198 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:04.198 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:04.198 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:04.198 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:04.365 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:04.392 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:48:04.539 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:04.682 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T18:48:04.892 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:05.768 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:05.845 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:06.116 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T18:48:06.117 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:48:06.242 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T18:48:06.264 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:06.385 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:06.398 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T18:48:06.527 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:07.179 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:07.179 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:07.179 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:07.179 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:07.378 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:07.795 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:07.859 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T18:48:07.859 INFO:teuthology.orchestra.run.smithi064.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:07.862 INFO:teuthology.orchestra.run.smithi193.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:07.862 INFO:teuthology.orchestra.run.smithi193.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:07.862 INFO:teuthology.orchestra.run.smithi193.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:07.862 INFO:teuthology.orchestra.run.smithi193.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:08.029 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:08.765 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T18:48:08.866 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T18:48:09.000 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:09.447 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T18:48:09.582 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T18:48:09.708 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:10.402 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:10.467 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T18:48:10.467 INFO:teuthology.orchestra.run.smithi191.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:11.299 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T18:48:11.336 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T18:48:11.383 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:11.635 INFO:teuthology.orchestra.run.smithi193.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:11.692 INFO:teuthology.orchestra.run.smithi193.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T18:48:11.692 INFO:teuthology.orchestra.run.smithi193.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:15.308 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T18:48:15.438 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T18:48:15.835 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T18:48:16.000 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:16.119 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T18:48:16.249 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:17.613 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:17.613 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:17.613 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:17.613 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:17.790 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:19.277 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T18:48:19.403 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T18:48:19.532 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:20.977 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T18:48:21.035 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T18:48:21.035 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:22.047 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T18:48:22.047 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub' 2024-09-20T18:48:22.064 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:22.083 INFO:teuthology.orchestra.run.smithi064.stdout:Generating grub configuration file ... 2024-09-20T18:48:22.341 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:22.360 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:22.665 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:22.670 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:22.737 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:22.742 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:22.910 INFO:teuthology.orchestra.run.smithi064.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:22.910 INFO:teuthology.orchestra.run.smithi064.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:22.910 INFO:teuthology.orchestra.run.smithi064.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:22.959 INFO:teuthology.orchestra.run.smithi064.stdout:done 2024-09-20T18:48:23.465 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2024-09-20T18:48:23.493 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2024-09-20T18:48:23.493 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2024-09-20T18:48:23.493 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2024-09-20T18:48:23.493 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2024-09-20T18:48:23.493 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 21 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:23.494 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2024-09-20T18:48:23.495 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T18:48:23.495 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T18:48:23.495 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T18:48:23.495 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T18:48:23.495 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T18:48:23.495 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2024-09-20T18:48:23.669 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2024-09-20T18:48:23.812 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:48:23.812 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T18:48:23.818 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T18:48:23.835 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T18:48:24.710 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T18:48:24.711 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub' 2024-09-20T18:48:24.745 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:24.776 INFO:teuthology.orchestra.run.smithi191.stdout:Generating grub configuration file ... 2024-09-20T18:48:25.098 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:25.126 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:25.292 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-09-20T18:48:25.311 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:48:25.368 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-09-20T18:48:25.445 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:25.451 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:25.520 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:25.525 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:25.560 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2024-09-20T18:48:25.561 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2024-09-20T18:48:25.709 INFO:teuthology.orchestra.run.smithi191.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:25.709 INFO:teuthology.orchestra.run.smithi191.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:25.709 INFO:teuthology.orchestra.run.smithi191.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:25.736 INFO:teuthology.orchestra.run.smithi064.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T18:48:25.736 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:48:25.736 INFO:teuthology.orchestra.run.smithi064.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:48:25.736 INFO:teuthology.orchestra.run.smithi064.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:48:25.736 INFO:teuthology.orchestra.run.smithi064.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:48:25.737 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T18:48:25.737 INFO:teuthology.orchestra.run.smithi064.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T18:48:25.737 INFO:teuthology.orchestra.run.smithi064.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:48:25.743 INFO:teuthology.orchestra.run.smithi191.stdout:done 2024-09-20T18:48:25.778 INFO:teuthology.orchestra.run.smithi064.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:48:25.780 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2024-09-20T18:48:25.796 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2024-09-20T18:48:25.796 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2024-09-20T18:48:25.796 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2024-09-20T18:48:25.796 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 21 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:25.797 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2024-09-20T18:48:25.798 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2024-09-20T18:48:25.844 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.ENUNZQgJRI 2024-09-20T18:48:25.845 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ENUNZQgJRI 2024-09-20T18:48:25.900 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.ENUNZQgJRI 2024-09-20T18:48:25.903 INFO:teuthology.orchestra.run.smithi193.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T18:48:25.903 INFO:teuthology.orchestra.run.smithi193.stdout:Sourcing file `/etc/default/grub' 2024-09-20T18:48:25.928 INFO:teuthology.orchestra.run.smithi193.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:25.939 INFO:teuthology.orchestra.run.smithi193.stdout:Generating grub configuration file ... 2024-09-20T18:48:26.010 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.ENUNZQgJRI is 10KB 2024-09-20T18:48:26.023 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.ENUNZQgJRI 2024-09-20T18:48:26.027 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:26.080 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T18:48:26.080 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T18:48:26.080 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:26.141 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T18:48:26.141 DEBUG:teuthology.orchestra.run.smithi064:> sudo update-grub 2024-09-20T18:48:26.199 INFO:teuthology.orchestra.run.smithi193.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:26.217 INFO:teuthology.orchestra.run.smithi193.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:26.276 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-20T18:48:26.295 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:26.296 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:26.297 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-20T18:48:26.297 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T18:48:26.297 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T18:48:26.297 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T18:48:26.297 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-20T18:48:26.297 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T18:48:26.297 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-20T18:48:26.451 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-20T18:48:26.534 INFO:teuthology.orchestra.run.smithi193.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:26.541 INFO:teuthology.orchestra.run.smithi193.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:26.572 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T18:48:26.610 INFO:teuthology.orchestra.run.smithi193.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:26.615 INFO:teuthology.orchestra.run.smithi193.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:26.691 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:48:26.778 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T18:48:26.797 INFO:teuthology.orchestra.run.smithi193.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:26.797 INFO:teuthology.orchestra.run.smithi193.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:26.797 INFO:teuthology.orchestra.run.smithi193.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:26.839 INFO:teuthology.orchestra.run.smithi193.stdout:done 2024-09-20T18:48:26.854 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T18:48:27.354 DEBUG:teuthology.orchestra.run.smithi193:> dpkg -s linux-image-generic 2024-09-20T18:48:27.371 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub' 2024-09-20T18:48:27.373 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:27.375 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2024-09-20T18:48:27.377 INFO:teuthology.orchestra.run.smithi193.stdout:Package: linux-image-generic 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Status: install ok installed 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Priority: optional 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Section: kernel 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Installed-Size: 21 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: amd64 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Source: linux-meta 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Recommends: thermald 2024-09-20T18:48:27.378 INFO:teuthology.orchestra.run.smithi193.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:27.379 INFO:teuthology.orchestra.run.smithi193.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:27.379 INFO:teuthology.orchestra.run.smithi193.stdout: available. 2024-09-20T18:48:27.379 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T18:48:27.379 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T18:48:27.379 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T18:48:27.379 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-20T18:48:27.379 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi193.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T18:48:27.379 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get clean 2024-09-20T18:48:27.559 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get update 2024-09-20T18:48:27.593 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:27.599 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:27.817 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:48:27.817 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T18:48:27.837 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:27.843 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:27.883 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:27.887 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T18:48:27.888 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:27.969 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T18:48:28.007 INFO:teuthology.orchestra.run.smithi064.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:28.007 INFO:teuthology.orchestra.run.smithi064.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:28.007 INFO:teuthology.orchestra.run.smithi064.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:28.029 INFO:teuthology.orchestra.run.smithi064.stderr:done 2024-09-20T18:48:28.031 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2024-09-20T18:48:28.065 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-20T18:48:28.083 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:48:28.136 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-20T18:48:28.332 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-20T18:48:28.333 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-20T18:48:28.500 INFO:teuthology.orchestra.run.smithi191.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T18:48:28.500 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:48:28.500 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:48:28.500 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:48:28.500 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:48:28.501 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T18:48:28.501 INFO:teuthology.orchestra.run.smithi191.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T18:48:28.501 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:48:28.539 INFO:teuthology.orchestra.run.smithi191.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:48:28.540 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-20T18:48:28.556 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:28.557 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-20T18:48:28.557 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-09-20T18:48:28.602 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.tC0ChgLKpX 2024-09-20T18:48:28.602 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tC0ChgLKpX 2024-09-20T18:48:28.657 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.tC0ChgLKpX 2024-09-20T18:48:28.774 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.tC0ChgLKpX is 10KB 2024-09-20T18:48:28.787 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.tC0ChgLKpX 2024-09-20T18:48:28.792 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:28.846 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T18:48:28.846 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T18:48:28.846 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:28.937 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T18:48:28.937 DEBUG:teuthology.orchestra.run.smithi191:> sudo update-grub 2024-09-20T18:48:29.209 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-09-20T18:48:29.228 DEBUG:teuthology.orchestra.run.smithi193:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:48:29.280 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-09-20T18:48:29.468 INFO:teuthology.orchestra.run.smithi193.stdout:Building dependency tree... 2024-09-20T18:48:29.469 INFO:teuthology.orchestra.run.smithi193.stdout:Reading state information... 2024-09-20T18:48:29.643 INFO:teuthology.orchestra.run.smithi193.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T18:48:29.643 INFO:teuthology.orchestra.run.smithi193.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:48:29.643 INFO:teuthology.orchestra.run.smithi193.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:48:29.643 INFO:teuthology.orchestra.run.smithi193.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:48:29.643 INFO:teuthology.orchestra.run.smithi193.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:48:29.644 INFO:teuthology.orchestra.run.smithi193.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T18:48:29.644 INFO:teuthology.orchestra.run.smithi193.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T18:48:29.644 INFO:teuthology.orchestra.run.smithi193.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:48:29.684 INFO:teuthology.orchestra.run.smithi193.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:48:29.685 DEBUG:teuthology.orchestra.run.smithi193:> dpkg -s linux-image-generic 2024-09-20T18:48:29.745 INFO:teuthology.orchestra.run.smithi193.stdout:Package: linux-image-generic 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Status: install ok installed 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Priority: optional 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Section: kernel 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Installed-Size: 21 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: amd64 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Source: linux-meta 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:29.746 INFO:teuthology.orchestra.run.smithi193.stdout:Recommends: thermald 2024-09-20T18:48:29.747 INFO:teuthology.orchestra.run.smithi193.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:29.747 INFO:teuthology.orchestra.run.smithi193.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:29.747 INFO:teuthology.orchestra.run.smithi193.stdout: available. 2024-09-20T18:48:29.747 DEBUG:teuthology.orchestra.run.smithi193:> mktemp 2024-09-20T18:48:29.794 INFO:teuthology.orchestra.run.smithi193.stdout:/tmp/tmp.5KzrmCPiQq 2024-09-20T18:48:29.794 DEBUG:teuthology.orchestra.run.smithi193:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5KzrmCPiQq 2024-09-20T18:48:29.849 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0666 /tmp/tmp.5KzrmCPiQq 2024-09-20T18:48:29.981 DEBUG:teuthology.orchestra.remote:smithi193:/tmp/tmp.5KzrmCPiQq is 10KB 2024-09-20T18:48:29.994 DEBUG:teuthology.orchestra.run.smithi193:> rm -fr /tmp/tmp.5KzrmCPiQq 2024-09-20T18:48:30.000 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:30.058 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-09-20T18:48:30.058 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T18:48:30.058 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:30.146 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T18:48:30.146 DEBUG:teuthology.orchestra.run.smithi193:> sudo update-grub 2024-09-20T18:48:30.524 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub' 2024-09-20T18:48:30.525 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:30.528 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-09-20T18:48:30.753 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:30.759 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:31.045 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:31.050 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:31.096 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:31.102 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:31.261 INFO:teuthology.orchestra.run.smithi191.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:31.261 INFO:teuthology.orchestra.run.smithi191.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:31.261 INFO:teuthology.orchestra.run.smithi191.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:31.274 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-09-20T18:48:31.276 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-09-20T18:48:31.502 INFO:teuthology.orchestra.run.smithi193.stderr:Sourcing file `/etc/default/grub' 2024-09-20T18:48:31.503 INFO:teuthology.orchestra.run.smithi193.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:31.505 INFO:teuthology.orchestra.run.smithi193.stderr:Generating grub configuration file ... 2024-09-20T18:48:31.667 INFO:teuthology.orchestra.run.smithi193.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:31.673 INFO:teuthology.orchestra.run.smithi193.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:31.931 INFO:teuthology.orchestra.run.smithi193.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:31.936 INFO:teuthology.orchestra.run.smithi193.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:31.976 INFO:teuthology.orchestra.run.smithi193.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:31.981 INFO:teuthology.orchestra.run.smithi193.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:32.090 INFO:teuthology.orchestra.run.smithi193.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:32.094 INFO:teuthology.orchestra.run.smithi193.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:32.094 INFO:teuthology.orchestra.run.smithi193.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:32.104 INFO:teuthology.orchestra.run.smithi193.stderr:done 2024-09-20T18:48:32.110 DEBUG:teuthology.orchestra.run.smithi193:> sudo shutdown -r now 2024-09-20T18:48:39.107 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T18:48:39.108 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2024-09-20T18:48:39.139 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:39.162 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2024-09-20T18:48:39.450 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:39.486 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:39.783 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:39.789 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:39.899 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:39.905 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:40.259 INFO:teuthology.orchestra.run.smithi029.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:40.259 INFO:teuthology.orchestra.run.smithi029.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:40.260 INFO:teuthology.orchestra.run.smithi029.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:40.332 INFO:teuthology.orchestra.run.smithi029.stdout:done 2024-09-20T18:48:40.957 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-09-20T18:48:40.981 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:40.982 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-09-20T18:48:40.982 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T18:48:40.982 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T18:48:40.982 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T18:48:40.982 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T18:48:40.983 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T18:48:40.983 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-09-20T18:48:41.172 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-09-20T18:48:41.424 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T18:48:41.424 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T18:48:41.488 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T18:48:41.570 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T18:48:42.953 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-09-20T18:48:42.971 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T18:48:43.039 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-09-20T18:48:43.250 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-09-20T18:48:43.251 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-09-20T18:48:43.436 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T18:48:43.436 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T18:48:43.437 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T18:48:43.479 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T18:48:43.481 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.122.122 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-09-20T18:48:43.493 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-09-20T18:48:43.494 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-09-20T18:48:43.494 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-09-20T18:48:43.494 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-09-20T18:48:43.541 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.tKLssSEslR 2024-09-20T18:48:43.541 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tKLssSEslR 2024-09-20T18:48:43.598 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.tKLssSEslR 2024-09-20T18:48:43.716 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.tKLssSEslR is 10KB 2024-09-20T18:48:43.729 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.tKLssSEslR 2024-09-20T18:48:43.734 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:43.791 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T18:48:43.791 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T18:48:43.792 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T18:48:43.879 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T18:48:43.879 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2024-09-20T18:48:46.411 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2024-09-20T18:48:46.421 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T18:48:46.444 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-09-20T18:48:46.656 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T18:48:46.662 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T18:48:46.969 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T18:48:46.975 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T18:48:47.020 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T18:48:47.026 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T18:48:47.152 INFO:teuthology.orchestra.run.smithi029.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T18:48:47.152 INFO:teuthology.orchestra.run.smithi029.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T18:48:47.152 INFO:teuthology.orchestra.run.smithi029.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T18:48:47.169 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-09-20T18:48:47.178 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-09-20T18:48:58.043 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T18:48:58.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:48:58.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:01.282 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-20T18:49:01.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:49:01.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:02.113 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-20T18:49:02.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:49:02.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:16.531 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-09-20T18:49:17.224 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T18:49:17.224 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:49:17.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:19.603 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-20T18:49:20.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-09-20T18:49:25.666 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:49:25.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:28.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:49:28.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:28.719 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-09-20T18:49:29.628 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:49:29.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:31.667 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-20T18:49:32.687 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-09-20T18:49:35.727 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-09-20T18:49:40.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:49:40.724 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:43.670 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:49:43.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:44.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:49:44.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:44.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:49:44.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:49:59.283 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-09-20T18:50:02.099 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-20T18:50:03.119 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-09-20T18:50:14.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:50:14.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:50:14.753 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-09-20T18:50:15.915 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:50:15.915 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-20T18:50:15.915 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-09-20T18:50:15.919 INFO:teuthology.orchestra.run.smithi064.stdout:5.15.0-122-generic 2024-09-20T18:50:15.919 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T18:50:15.919 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T18:50:15.920 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T18:50:16.920 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T18:50:16.920 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T18:50:17.099 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:50:17.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:50:17.190 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-09-20T18:50:17.212 DEBUG:teuthology.parallel:result is None 2024-09-20T18:50:17.464 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-20T18:50:18.119 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:50:18.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:50:18.429 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-09-20T18:50:18.721 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:50:18.721 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-20T18:50:18.722 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-20T18:50:18.773 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-122-generic 2024-09-20T18:50:18.773 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T18:50:18.774 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T18:50:18.774 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T18:50:19.437 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:50:19.437 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.15.0-122-generic"... 2024-09-20T18:50:19.438 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-09-20T18:50:19.486 INFO:teuthology.orchestra.run.smithi193.stdout:5.15.0-122-generic 2024-09-20T18:50:19.486 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T18:50:19.486 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T18:50:19.486 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T18:50:19.774 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-20T18:50:19.775 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T18:50:19.984 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-09-20T18:50:20.015 DEBUG:teuthology.parallel:result is None 2024-09-20T18:50:20.487 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-20T18:50:20.487 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T18:50:20.550 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-09-20T18:50:20.567 DEBUG:teuthology.parallel:result is None 2024-09-20T18:50:44.731 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T18:50:56.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:50:56.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:50:56.987 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-20T18:50:57.856 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:50:57.856 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-20T18:50:57.856 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-20T18:50:57.904 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-122-generic 2024-09-20T18:50:57.905 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T18:50:57.905 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T18:50:57.905 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T18:50:58.905 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T18:50:58.906 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T18:50:59.005 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-09-20T18:50:59.030 DEBUG:teuthology.parallel:result is None 2024-09-20T18:50:59.030 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T18:50:59.046 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T18:50:59.047 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T18:50:59.049 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T18:50:59.052 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T18:50:59.054 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T18:50:59.061 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T18:50:59.104 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T18:50:59.111 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T18:50:59.112 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T18:50:59.114 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T18:50:59.116 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T18:50:59.119 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T18:50:59.228 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T18:50:59.236 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T18:50:59.237 DEBUG:teuthology.orchestra.run.smithi029:> 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-20T18:50:59.239 DEBUG:teuthology.orchestra.run.smithi064:> 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-20T18:50:59.243 DEBUG:teuthology.orchestra.run.smithi191:> 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-20T18:50:59.245 DEBUG:teuthology.orchestra.run.smithi193:> 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-20T18:50:59.255 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.263 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.264 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.265 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.271 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.274 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.290 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.297 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T18:50:59.299 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T18:50:59.306 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T18:50:59.307 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T18:50:59.309 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T18:50:59.318 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T18:50:59.321 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T18:50:59.333 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T18:50:59.342 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T18:50:59.342 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T18:50:59.368 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T18:50:59.374 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T18:50:59.376 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T18:50:59.382 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T18:50:59.416 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T18:50:59.464 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T18:50:59.465 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T18:50:59.530 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T18:50:59.535 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T18:50:59.582 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T18:50:59.582 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T18:50:59.647 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T18:50:59.653 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T18:50:59.702 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T18:50:59.702 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T18:50:59.764 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T18:50:59.770 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T18:50:59.820 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-09-20T18:50:59.820 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T18:50:59.889 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-09-20T18:50:59.891 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2024-09-20T18:50:59.893 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-09-20T18:50:59.896 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-09-20T18:50:59.961 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T18:50:59.975 INFO:teuthology.task.internal:Starting timer... 2024-09-20T18:50:59.976 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T18:51:00.001 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T18:51:00.027 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2024-09-20T18:51:00.027 DEBUG:teuthology.task.selinux:Excluding smithi064: OS 'ubuntu' does not support SELinux 2024-09-20T18:51:00.027 DEBUG:teuthology.task.selinux:Excluding smithi191: OS 'ubuntu' does not support SELinux 2024-09-20T18:51:00.027 DEBUG:teuthology.task.selinux:Excluding smithi193: OS 'ubuntu' does not support SELinux 2024-09-20T18:51:00.028 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T18:51:00.028 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-20T18:51:00.028 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T18:51:00.028 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T18:51:00.038 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T18:51:00.049 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-20T18:51:00.050 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi064.front.sepia.ceph.com,smithi191.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T18:58:49.653 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-09-20T18:58:49.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:58:49.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:58:49.740 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-20T18:58:49.815 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-20T18:58:49.815 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:58:49.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:58:49.898 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-09-20T18:58:49.978 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-09-20T18:58:49.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:58:49.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:58:50.061 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-20T18:58:50.134 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-20T18:58:50.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:58:50.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T18:58:50.213 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-09-20T18:58:50.290 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-09-20T18:58:50.291 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T18:58:50.302 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T18:58:50.302 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T18:58:50.302 DEBUG:teuthology.orchestra.run.smithi029:> 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-20T18:58:50.305 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T18:58:50.305 DEBUG:teuthology.orchestra.run.smithi064:> 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-20T18:58:50.307 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T18:58:50.307 DEBUG:teuthology.orchestra.run.smithi191:> 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-20T18:58:50.312 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T18:58:50.313 DEBUG:teuthology.orchestra.run.smithi193:> 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-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Command line: ntpd -gq 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: ---------------------------------------------------- 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: corporation. Support and training for ntp-4 are 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: available at https://www.nwtime.org/support 2024-09-20T18:58:50.335 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: ---------------------------------------------------- 2024-09-20T18:58:50.336 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: proto: precision = 0.067 usec (-24) 2024-09-20T18:58:50.336 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: basedate set to 2022-02-04 2024-09-20T18:58:50.336 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: gps base set to 2022-02-06 (week 2196) 2024-09-20T18:58:50.336 INFO:teuthology.orchestra.run.smithi064.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.337 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.337 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.337 INFO:teuthology.orchestra.run.smithi064.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen normally on 3 enp3s0f1 172.21.15.64:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen normally on 4 lo [::1]:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8df%5]:123 2024-09-20T18:58:50.338 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:50 ntpd[18509]: Listening on routing socket on fd #22 for interface updates 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Command line: ntpd -gq 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: ---------------------------------------------------- 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: corporation. Support and training for ntp-4 are 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: available at https://www.nwtime.org/support 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: ---------------------------------------------------- 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: proto: precision = 0.048 usec (-24) 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: basedate set to 2022-02-04 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: gps base set to 2022-02-06 (week 2196) 2024-09-20T18:58:50.340 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Command line: ntpd -gq 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: ---------------------------------------------------- 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: corporation. Support and training for ntp-4 are 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: available at https://www.nwtime.org/support 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: ---------------------------------------------------- 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: proto: precision = 0.045 usec (-24) 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: basedate set to 2022-02-04 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: gps base set to 2022-02-06 (week 2196) 2024-09-20T18:58:50.341 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.342 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.342 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.342 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.342 INFO:teuthology.orchestra.run.smithi191.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.342 INFO:teuthology.orchestra.run.smithi191.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen normally on 3 enp3s0f1 172.21.15.191:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen normally on 4 lo [::1]:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7211%5]:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:50 ntpd[18479]: Listening on routing socket on fd #22 for interface updates 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen normally on 3 ens1f0 172.21.15.29:123 2024-09-20T18:58:50.344 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen normally on 4 lo [::1]:123 2024-09-20T18:58:50.345 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%4]:123 2024-09-20T18:58:50.345 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:50 ntpd[18416]: Listening on routing socket on fd #22 for interface updates 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Command line: ntpd -gq 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: ---------------------------------------------------- 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: corporation. Support and training for ntp-4 are 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: available at https://www.nwtime.org/support 2024-09-20T18:58:50.357 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: ---------------------------------------------------- 2024-09-20T18:58:50.358 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: proto: precision = 0.041 usec (-24) 2024-09-20T18:58:50.358 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: basedate set to 2022-02-04 2024-09-20T18:58:50.358 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: gps base set to 2022-02-06 (week 2196) 2024-09-20T18:58:50.358 INFO:teuthology.orchestra.run.smithi193.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.359 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T18:58:50.359 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.359 INFO:teuthology.orchestra.run.smithi193.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen normally on 3 enp3s0f1 172.21.15.193:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen normally on 4 lo [::1]:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7253%5]:123 2024-09-20T18:58:50.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:50 ntpd[18518]: Listening on routing socket on fd #22 for interface updates 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:51.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:51 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:51.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:51.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:51 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:51.358 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:51 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:52.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:52 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:52.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:52.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:52 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:52.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:52.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:52.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:52.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:52.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:52 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.337 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:53.337 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:53 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:53.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:53.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:53 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:53.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:53.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:53 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:54 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.339 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.339 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.339 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:54 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:54.342 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:54 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.503 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.504 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.504 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.504 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.504 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:55 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.505 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.506 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.506 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.506 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.506 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.506 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:55 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.507 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:55.508 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:55 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.335 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:56 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.337 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:56 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:56.341 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:56 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.335 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stdout:20 Sep 18:58:57 ntpd[18509]: ntpd: time slew +0.001718 s 2024-09-20T18:58:57.336 INFO:teuthology.orchestra.run.smithi064.stdout:ntpd: time slew +0.001718s 2024-09-20T18:58:57.337 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T18:58:57.337 INFO:teuthology.orchestra.run.smithi064.stderr:20 Sep 18:58:57 ntpd[18509]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.338 INFO:teuthology.orchestra.run.smithi029.stdout:20 Sep 18:58:57 ntpd[18416]: ntpd: time slew +0.002142 s 2024-09-20T18:58:57.339 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew +0.002142s 2024-09-20T18:58:57.339 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T18:58:57.339 INFO:teuthology.orchestra.run.smithi029.stderr:20 Sep 18:58:57 ntpd[18416]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.359 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stdout:20 Sep 18:58:57 ntpd[18518]: ntpd: time slew -0.001311 s 2024-09-20T18:58:57.360 INFO:teuthology.orchestra.run.smithi193.stdout:ntpd: time slew -0.001311s 2024-09-20T18:58:57.361 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T18:58:57.361 INFO:teuthology.orchestra.run.smithi193.stderr:20 Sep 18:58:57 ntpd[18518]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T18:58:57.389 INFO:teuthology.orchestra.run.smithi064.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T18:58:57.389 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================== 2024-09-20T18:58:57.389 INFO:teuthology.orchestra.run.smithi064.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.390 INFO:teuthology.orchestra.run.smithi064.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.390 INFO:teuthology.orchestra.run.smithi064.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.390 INFO:teuthology.orchestra.run.smithi064.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.397 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================== 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:57.433 INFO:teuthology.orchestra.run.smithi193.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:58.338 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:58.338 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:58.338 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:58.338 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stdout:20 Sep 18:58:58 ntpd[18479]: ntpd: time slew +0.000116 s 2024-09-20T18:58:58.339 INFO:teuthology.orchestra.run.smithi191.stdout:ntpd: time slew +0.000116s 2024-09-20T18:58:58.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T18:58:58.340 INFO:teuthology.orchestra.run.smithi191.stderr:20 Sep 18:58:58 ntpd[18479]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:58.384 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T18:58:58.384 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-20T18:58:58.477 INFO:tasks.cephadm:Testing if podman is available 2024-09-20T18:58:58.478 DEBUG:teuthology.orchestra.run.smithi193:> sudo podman --help 2024-09-20T18:58:58.488 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: podman: command not found 2024-09-20T18:58:58.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:58:58.489 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-09-20T18:58:58.489 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:latest: Pulling from samba.org/samba-ad-server 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:a4ab00b4675c: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:81bb7142e95e: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:bb0bb43235cb: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:b09935e33631: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:4e892222641c: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:d68d0cc04a2b: Pulling fs layer 2024-09-20T18:58:59.186 INFO:teuthology.orchestra.run.smithi193.stdout:d68d0cc04a2b: Waiting 2024-09-20T18:58:59.187 INFO:teuthology.orchestra.run.smithi193.stdout:b09935e33631: Waiting 2024-09-20T18:58:59.187 INFO:teuthology.orchestra.run.smithi193.stdout:4e892222641c: Waiting 2024-09-20T18:58:59.382 INFO:teuthology.orchestra.run.smithi193.stdout:81bb7142e95e: Download complete 2024-09-20T18:58:59.560 INFO:teuthology.orchestra.run.smithi193.stdout:b09935e33631: Download complete 2024-09-20T18:58:59.767 INFO:teuthology.orchestra.run.smithi193.stdout:4e892222641c: Download complete 2024-09-20T18:59:00.373 INFO:teuthology.orchestra.run.smithi193.stdout:bb0bb43235cb: Verifying Checksum 2024-09-20T18:59:00.373 INFO:teuthology.orchestra.run.smithi193.stdout:bb0bb43235cb: Download complete 2024-09-20T18:59:00.392 INFO:teuthology.orchestra.run.smithi193.stdout:d68d0cc04a2b: Verifying Checksum 2024-09-20T18:59:00.392 INFO:teuthology.orchestra.run.smithi193.stdout:d68d0cc04a2b: Download complete 2024-09-20T18:59:00.555 INFO:teuthology.orchestra.run.smithi193.stdout:a4ab00b4675c: Verifying Checksum 2024-09-20T18:59:00.555 INFO:teuthology.orchestra.run.smithi193.stdout:a4ab00b4675c: Download complete 2024-09-20T18:59:05.999 INFO:teuthology.orchestra.run.smithi193.stdout:a4ab00b4675c: Pull complete 2024-09-20T18:59:06.260 INFO:teuthology.orchestra.run.smithi193.stdout:81bb7142e95e: Pull complete 2024-09-20T18:59:11.232 INFO:teuthology.orchestra.run.smithi193.stdout:bb0bb43235cb: Pull complete 2024-09-20T18:59:12.365 INFO:teuthology.orchestra.run.smithi193.stdout:b09935e33631: Pull complete 2024-09-20T18:59:12.717 INFO:teuthology.orchestra.run.smithi193.stdout:4e892222641c: Pull complete 2024-09-20T18:59:13.925 INFO:teuthology.orchestra.run.smithi193.stdout:d68d0cc04a2b: Pull complete 2024-09-20T18:59:14.065 INFO:teuthology.orchestra.run.smithi193.stdout:Digest: sha256:0732c7a175fb31d0aa97ff07927ee73cbec3983a6de869e401e882600afbce4b 2024-09-20T18:59:14.118 INFO:teuthology.orchestra.run.smithi193.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-09-20T18:59:14.157 INFO:teuthology.orchestra.run.smithi193.stdout:quay.io/samba.org/samba-ad-server:latest 2024-09-20T18:59:14.160 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-09-20T18:59:14.782 INFO:teuthology.orchestra.run.smithi193.stdout:latest: Pulling from samba.org/samba-client 2024-09-20T18:59:14.782 INFO:teuthology.orchestra.run.smithi193.stdout:a4ab00b4675c: Already exists 2024-09-20T18:59:14.819 INFO:teuthology.orchestra.run.smithi193.stdout:4506de3cf588: Pulling fs layer 2024-09-20T18:59:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:4506de3cf588: Verifying Checksum 2024-09-20T18:59:15.890 INFO:teuthology.orchestra.run.smithi193.stdout:4506de3cf588: Download complete 2024-09-20T18:59:18.771 INFO:teuthology.orchestra.run.smithi193.stdout:4506de3cf588: Pull complete 2024-09-20T18:59:18.898 INFO:teuthology.orchestra.run.smithi193.stdout:Digest: sha256:aab5b6ee26e0d82c36d6476a5b82e8755a2a0c720a1a64715ad27904729d57d5 2024-09-20T18:59:18.931 INFO:teuthology.orchestra.run.smithi193.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-09-20T18:59:18.964 INFO:teuthology.orchestra.run.smithi193.stdout:quay.io/samba.org/samba-client:latest 2024-09-20T18:59:18.969 DEBUG:teuthology.orchestra.run.smithi193:> ss -lunH 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:39479 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:57327 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:57537 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 172.21.15.193%enp3s0f1:68 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-20T18:59:18.998 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 172.21.15.193:123 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 127.0.0.1:735 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:34902 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:52558 0.0.0.0:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:56005 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:47212 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7253]%enp3s0f1:123 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:33169 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:49758 [::]:* 2024-09-20T18:59:18.999 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:50559 [::]:* 2024-09-20T18:59:19.000 INFO:tasks.cephadm:Disabling systemd-resolved on smithi193 2024-09-20T18:59:19.000 DEBUG:teuthology.orchestra.run.smithi193:> sudo cat /etc/systemd/resolved.conf 2024-09-20T18:59:19.051 INFO:teuthology.orchestra.run.smithi193.stdout:# This file is part of systemd. 2024-09-20T18:59:19.051 INFO:teuthology.orchestra.run.smithi193.stdout:# 2024-09-20T18:59:19.051 INFO:teuthology.orchestra.run.smithi193.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-09-20T18:59:19.051 INFO:teuthology.orchestra.run.smithi193.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-09-20T18:59:19.051 INFO:teuthology.orchestra.run.smithi193.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# any later version. 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# See resolved.conf(5) for details. 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:[Resolve] 2024-09-20T18:59:19.052 INFO:teuthology.orchestra.run.smithi193.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#DNS= 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#FallbackDNS= 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#Domains= 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#DNSSEC=no 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#DNSOverTLS=no 2024-09-20T18:59:19.053 INFO:teuthology.orchestra.run.smithi193.stdout:#MulticastDNS=no 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#LLMNR=no 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#Cache=no-negative 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#CacheFromLocalhost=no 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#DNSStubListener=yes 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#DNSStubListenerExtra= 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#ReadEtcHosts=yes 2024-09-20T18:59:19.054 INFO:teuthology.orchestra.run.smithi193.stdout:#ResolveUnicastSingleLabel=no 2024-09-20T18:59:19.055 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-09-20T18:59:19.055 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/systemd/resolved.conf 2024-09-20T18:59:19.111 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl restart systemd-resolved 2024-09-20T18:59:19.246 DEBUG:teuthology.orchestra.run.smithi193:> ss -lunH 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:39479 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:57327 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:57537 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 172.21.15.193%enp3s0f1:68 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 172.21.15.193:123 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 127.0.0.1:735 0.0.0.0:* 2024-09-20T18:59:19.252 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:34902 0.0.0.0:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 0.0.0.0:52558 0.0.0.0:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:56005 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:47212 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7253]%enp3s0f1:123 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:33169 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:49758 [::]:* 2024-09-20T18:59:19.253 INFO:teuthology.orchestra.run.smithi193.stdout:UNCONN 0 0 [::]:50559 [::]:* 2024-09-20T18:59:19.253 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl restart docker 2024-09-20T18:59:19.310 INFO:teuthology.orchestra.run.smithi193.stderr:Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units. 2024-09-20T18:59:25.152 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-20T18:59:25.209 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /var/tmp/samba 2024-09-20T18:59:25.264 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-09-20T18:59:25.264 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/var/tmp/samba/container.json 2024-09-20T18:59:25.319 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-09-20T18:59:26.052 INFO:teuthology.orchestra.run.smithi193.stdout:e65b4c30ea904706bfe65dc0d6fb4aa4be427d0b322cd6f912833ff9c6c1beae 2024-09-20T18:59:26.951 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=0 2024-09-20T18:59:26.952 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:28.429 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T18:59:29.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:59:29.746 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=1 2024-09-20T18:59:29.746 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:31.239 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T18:59:32.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:59:33.149 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=2 2024-09-20T18:59:33.149 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:34.104 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T18:59:34.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:59:36.668 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=3 2024-09-20T18:59:36.668 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:38.126 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T18:59:38.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:59:42.814 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=4 2024-09-20T18:59:42.814 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:43.918 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-20T18:59:44.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T18:59:52.505 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=5 2024-09-20T18:59:52.506 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T18:59:54.296 INFO:teuthology.orchestra.run.smithi193.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-09-20T18:59:55.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:00:11.113 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.193, idx=6 2024-09-20T19:00:11.114 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-20T19:00:12.623 INFO:teuthology.orchestra.run.smithi193.stdout: . D 0 Fri Sep 20 18:59:36 2024 2024-09-20T19:00:12.623 INFO:teuthology.orchestra.run.smithi193.stdout: .. D 0 Fri Sep 20 18:59:36 2024 2024-09-20T19:00:12.623 INFO:teuthology.orchestra.run.smithi193.stdout: domain1.sink.test D 0 Fri Sep 20 18:59:35 2024 2024-09-20T19:00:12.623 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T19:00:12.623 INFO:teuthology.orchestra.run.smithi193.stdout: 960311348 blocks of size 1024. 902220920 blocks available 2024-09-20T19:00:13.109 INFO:tasks.cephadm:SMB status probe succeeded 2024-09-20T19:00:13.109 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T19:00:13.119 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': '88deadb8082f4a33832e228ccefc59cedba158a5'} 2024-09-20T19:00:13.120 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T19:00:13.120 INFO:tasks.cephadm:Cluster fsid is 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:00:13.120 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T19:00:13.120 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.b': '172.21.15.64', 'mon.c': '172.21.15.191'} 2024-09-20T19:00:13.121 INFO:tasks.cephadm:First mon is mon.a on smithi029 2024-09-20T19:00:13.121 INFO:tasks.cephadm:First mgr is x 2024-09-20T19:00:13.121 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T19:00:13.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-09-20T19:00:13.138 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2024-09-20T19:00:13.154 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-09-20T19:00:13.170 DEBUG:teuthology.orchestra.run.smithi193:> sudo hostname $(hostname -s) 2024-09-20T19:00:13.184 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-20T19:00:13.184 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T19:00:13.330 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '88deadb8082f4a33832e228ccefc59cedba158a5', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83186/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5099-g88deadb8', 'node_name': '172.21.2.3+braggi03', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5099-g88deadb8-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-20 12:13:16.402626', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-20-1028', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-20T19:00:13.471 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2024-09-20-1028, sha1 88deadb8082f4a33832e228ccefc59cedba158a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T19:00:13.472 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-20T19:00:13.472 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-20T19:00:13.473 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:13.970 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811803 Sep 20 19:00 /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:13.970 DEBUG:teuthology.orchestra.run.smithi064:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:14.431 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811803 Sep 20 19:00 /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:14.431 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.079 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811803 Sep 20 19:00 /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.080 DEBUG:teuthology.orchestra.run.smithi193:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-1028/88deadb8082f4a33832e228ccefc59cedba158a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.544 INFO:teuthology.orchestra.run.smithi193.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811803 Sep 20 19:00 /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.545 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.553 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.561 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.569 DEBUG:teuthology.orchestra.run.smithi193:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:00:15.587 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 on all hosts... 2024-09-20T19:00:15.587 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 pull 2024-09-20T19:00:15.603 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 pull 2024-09-20T19:00:15.606 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 pull 2024-09-20T19:00:15.613 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 pull 2024-09-20T19:00:15.789 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5... 2024-09-20T19:00:15.791 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5... 2024-09-20T19:00:15.791 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5... 2024-09-20T19:00:15.802 INFO:teuthology.orchestra.run.smithi193.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5... 2024-09-20T19:01:42.465 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev)", 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2" 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-20T19:01:42.466 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-20T19:02:45.588 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-09-20T19:02:45.589 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev)", 2024-09-20T19:02:45.589 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", 2024-09-20T19:02:45.589 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2024-09-20T19:02:45.590 INFO:teuthology.orchestra.run.smithi191.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2" 2024-09-20T19:02:45.590 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-09-20T19:02:45.590 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout:{ 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout: "ceph_version": "ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev)", 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout: "image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout: "repo_digests": [ 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2" 2024-09-20T19:02:56.056 INFO:teuthology.orchestra.run.smithi193.stdout: ] 2024-09-20T19:02:56.057 INFO:teuthology.orchestra.run.smithi193.stdout:} 2024-09-20T19:03:11.733 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph_version": "ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev)", 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout: "image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout: "repo_digests": [ 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2" 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout: ] 2024-09-20T19:03:11.734 INFO:teuthology.orchestra.run.smithi064.stdout:} 2024-09-20T19:03:11.776 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-09-20T19:03:11.791 DEBUG:teuthology.orchestra.run.smithi064:> sudo mkdir -p /etc/ceph 2024-09-20T19:03:11.805 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2024-09-20T19:03:11.819 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /etc/ceph 2024-09-20T19:03:11.834 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-09-20T19:03:11.848 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 777 /etc/ceph 2024-09-20T19:03:11.861 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2024-09-20T19:03:11.874 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 777 /etc/ceph 2024-09-20T19:03:11.891 INFO:tasks.cephadm:Writing seed config... 2024-09-20T19:03:11.892 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T19:03:11.892 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T19:03:11.892 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T19:03:11.893 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T19:03:11.893 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T19:03:11.893 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T19:03:11.893 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T19:03:11.893 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:03:11.893 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T19:03:11.903 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 = 90d680f0-7782-11ef-baf5-efdc52797490 [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-20T19:03:11.904 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T19:03:11.946 DEBUG:teuthology.orchestra.run.smithi029:mgr.x> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service 2024-09-20T19:03:11.990 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T19:03:11.990 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 -v bootstrap --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --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.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:03:12.216 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:03:12.216 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5', '-v', 'bootstrap', '--fsid', '90d680f0-7782-11ef-baf5-efdc52797490', '--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.29', '--skip-admin-label'] 2024-09-20T19:03:12.217 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-20T19:03:12.217 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-09-20T19:03:12.217 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-09-20T19:03:12.217 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-09-20T19:03:12.224 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:03:12.224 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:03:12.230 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:03:12.230 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.234 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-20T19:03:12.234 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T19:03:12.239 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-20T19:03:12.239 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.243 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-20T19:03:12.243 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-09-20T19:03:12.248 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-20T19:03:12.248 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.254 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-20T19:03:12.254 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T19:03:12.258 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-20T19:03:12.258 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.266 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:docker (/usr/bin/docker) is present 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-09-20T19:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-09-20T19:03:12.275 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:03:12.275 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:03:12.278 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:03:12.279 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.282 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-20T19:03:12.282 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T19:03:12.286 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-20T19:03:12.286 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.289 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-20T19:03:12.289 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-09-20T19:03:12.293 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-20T19:03:12.293 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.297 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-20T19:03:12.297 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T19:03:12.300 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-20T19:03:12.300 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-20T19:03:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 140717173963696 on /run/cephadm/90d680f0-7782-11ef-baf5-efdc52797490.lock 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 140717173963696 acquired on /run/cephadm/90d680f0-7782-11ef-baf5-efdc52797490.lock 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-09-20T19:03:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-20T19:03:12.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-20T19:03:12.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-20T19:03:12.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2024-09-20T19:03:12.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T19:03:12.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-20T19:03:12.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2024-09-20T19:03:12.316 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T19:03:12.316 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-20T19:03:12.316 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:03:12.316 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-20T19:03:12.316 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-09-20T19:03:12.317 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:03:12.317 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-20T19:03:12.317 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-20T19:03:12.317 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-20T19:03:12.317 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T19:03:12.318 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5... 2024-09-20T19:03:12.594 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout 88deadb8082f4a33832e228ccefc59cedba158a5: Pulling from ceph-ci/ceph 2024-09-20T19:03:12.594 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Digest: sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2 2024-09-20T19:03:12.594 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T19:03:12.594 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 2024-09-20T19:03:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev) 2024-09-20T19:03:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev) 2024-09-20T19:03:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-09-20T19:03:15.548 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-09-20T19:03:15.549 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-09-20T19:03:16.913 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQD0xu1mpdmcFhAANP1exOVhzZL/J0Oy9RU7Rg== 2024-09-20T19:03:18.384 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQD1xu1mQ994MRAAHw6JQV+ghkqgFctk6CwXfQ== 2024-09-20T19:03:19.755 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQD3xu1m9TZIDBAAHU1g809WIQ9q85P5kQ67Ng== 2024-09-20T19:03:19.756 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-09-20T19:03:21.287 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:03:21.287 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:03:21.288 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.201+0000 7ff7dfe5ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.201+0000 7ff7dfe5ac80 1 imported monmap: 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-20T19:03:22.744 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:03:22.745 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.745 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.201+0000 7ff7dfe5ac80 0 /usr/bin/ceph-mon: set fsid to 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:22.745 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T19:03:22.749 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Git sha 0 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Compile date 2024-09-20 10:48:39 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: DB SUMMARY 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: DB Session ID: 307LZL2VV84RQTJYJ945 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.create_if_missing: 1 2024-09-20T19:03:22.750 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.env: 0x5622f46a6120 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.info_log: 0x5622f5710bc0 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.statistics: (nil) 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.use_fsync: 0 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:03:22.751 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.db_log_dir: 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.wal_dir: 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:03:22.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.write_buffer_manager: 0x5622f5709cc0 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:03:22.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:03:22.765 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:03:22.765 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:03:22.765 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:03:22.765 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.unordered_write: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.row_cache: None 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.wal_filter: None 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:03:22.766 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.wal_compression: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T19:03:22.767 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_open_files: -1 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:03:22.768 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Compression algorithms supported: 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kZSTD supported: 0 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:03:22.769 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.merge_operator: 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_filter: None 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:03:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5622f5710820) 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5622f56f9610 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-20T19:03:22.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-20T19:03:22.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-20T19:03:22.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression: NoCompression 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.num_levels: 7 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:03:22.774 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:03:22.775 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:03:22.776 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:03:22.786 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:03:22.787 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:03:22.788 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.ttl: 2592000 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T19:03:22.789 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.205+0000 7ff7dfe5ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 299ab525-4b8d-4af7-bbd1-bcc52936afb3 2024-09-20T19:03:22.790 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5622f5728e00 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 4 rocksdb: DB pointer 0x5622f580a000 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7d75e5640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7d75e5640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 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-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 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-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:03:22.791 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 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-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 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-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.792 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 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-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5622f56f9610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:03:22.793 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-20T19:03:22.794 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-20T19:03:22.794 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:03:22.209+0000 7ff7dfe5ac80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-20T19:03:22.794 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.a on 2024-09-20T19:03:23.233 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-20T19:03:23.486 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target. 2024-09-20T19:03:23.486 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target. 2024-09-20T19:03:23.779 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:03:23.779 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:03:23.984 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target.wants/ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service. 2024-09-20T19:03:23.993 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-09-20T19:03:23.994 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:03:23.994 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-09-20T19:03:23.994 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-09-20T19:03:24.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:23 smithi029 systemd[1]: Started Ceph mon.a for 90d680f0-7782-11ef-baf5-efdc52797490. 2024-09-20T19:03:25.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:25 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.689155+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:25.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:25 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.689155+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:25.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:25 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.667411+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:25.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:25 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.667411+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:26.414 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-09-20T19:03:26.414 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:26.414 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-20T19:03:26.414 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:26.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-09-20T19:03:26.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.15414s) 2024-09-20T19:03:26.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-20T19:03:26.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-20T19:03:26.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-09-20T19:03:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-09-20T19:03:26.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.670889+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:26.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.670889+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:26.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671042+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671042+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671052+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671052+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671058+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671058+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671067+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671067+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671075+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671075+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671081+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671081+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671088+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.671088+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:03:26.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.691004+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.691004+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.693537+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.693537+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.693961+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: cluster 2024-09-20T19:03:25.693961+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: audit 2024-09-20T19:03:25.824972+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/3106629483' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:03:26.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:26 smithi029 bash[19357]: audit 2024-09-20T19:03:25.824972+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/3106629483' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:03:28.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:27 smithi029 bash[19357]: audit 2024-09-20T19:03:27.664176+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.29:0/2013355081' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:03:28.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:27 smithi029 bash[19357]: audit 2024-09-20T19:03:27.664176+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.29:0/2013355081' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:03:28.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:27 smithi029 bash[19357]: audit 2024-09-20T19:03:27.668248+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.29:0/2013355081' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:03:28.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:27 smithi029 bash[19357]: audit 2024-09-20T19:03:27.668248+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.29:0/2013355081' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:03:28.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:28.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:03:28.231 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:03:28.232 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:03:28.233 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-09-20T19:03:29.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:29 smithi029 bash[19357]: audit 2024-09-20T19:03:29.368737+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.29:0/348282700' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:03:29.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:29 smithi029 bash[19357]: audit 2024-09-20T19:03:29.368737+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.29:0/348282700' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:03:29.926 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-09-20T19:03:30.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:29 smithi029 systemd[1]: Stopping Ceph mon.a for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:03:30.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 bash[19357]: debug 2024-09-20T19:03:30.033+0000 7fc08e307640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-20T19:03:30.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 bash[19357]: debug 2024-09-20T19:03:30.033+0000 7fc08e307640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:03:30.733 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-20T19:03:30.850 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 bash[19738]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:03:30.850 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 bash[19799]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:03:30.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 systemd[1]: ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:03:30.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 systemd[1]: Stopped Ceph mon.a for 90d680f0-7782-11ef-baf5-efdc52797490. 2024-09-20T19:03:30.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:30 smithi029 systemd[1]: Started Ceph mon.a for 90d680f0-7782-11ef-baf5-efdc52797490. 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.189+0000 7f931e84fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.189+0000 7f931e84fc80 0 ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev), process ceph-mon, pid 7 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.189+0000 7f931e84fc80 0 pidfile_write: ignore empty --pid-file 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.193+0000 7f931e84fc80 0 load: jerasure load: lrc 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T19:03:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Git sha 0 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Compile date 2024-09-20 10:48:39 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: DB SUMMARY 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: DB Session ID: NRQ41WZDVD7HGVK3L2G1 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88264 ; 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:03:32.410 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.env: 0x5650b764a120 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.info_log: 0x5650b95c7700 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.statistics: (nil) 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.use_fsync: 0 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:03:32.411 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.db_log_dir: 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.wal_dir: 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:03:32.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.write_buffer_manager: 0x5650b95cbb80 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:03:32.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.unordered_write: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.row_cache: None 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.wal_filter: None 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.wal_compression: 0 2024-09-20T19:03:32.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T19:03:32.415 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_open_files: -1 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:03:32.416 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Compression algorithms supported: 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kZSTD supported: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:03:32.417 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.merge_operator: 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_filter: None 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5650b95c7320) 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cache_index_and_filter_blocks: 1 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:03:32.418 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: pin_top_level_index_and_filter: 1 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: index_type: 0 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: data_block_index_type: 0 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: index_shortening: 1 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: checksum: 4 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: no_block_cache: 0 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_cache: 0x5650b95bd610 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_cache_name: BinnedLRUCache 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_cache_options: 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: capacity : 536870912 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: num_shard_bits : 4 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: strict_capacity_limit : 0 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: high_pri_pool_ratio: 0.000 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_cache_compressed: (nil) 2024-09-20T19:03:32.419 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: persistent_cache: (nil) 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_size: 4096 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_size_deviation: 10 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_restart_interval: 16 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: index_block_restart_interval: 1 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: metadata_block_size: 4096 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: partition_filters: 0 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: use_delta_encoding: 1 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: filter_policy: bloomfilter 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: whole_key_filtering: 1 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: verify_compression: 0 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: read_amp_bytes_per_bit: 0 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: format_version: 5 2024-09-20T19:03:32.420 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: enable_index_compression: 1 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: block_align: 0 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: max_auto_readahead_size: 262144 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: prepopulate_block_cache: 0 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: initial_auto_readahead_size: 8192 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: num_file_reads_for_auto_readahead: 2 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression: NoCompression 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.num_levels: 7 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:03:32.421 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:03:32.422 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:03:32.423 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:03:32.424 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T19:03:32.425 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.ttl: 2592000 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:03:32.426 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 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-20T19:03:32.427 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 299ab525-4b8d-4af7-bbd1-bcc52936afb3 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859012201919, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859012202911, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85040, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83180, "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": 77429, "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": 1726859012, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "299ab525-4b8d-4af7-bbd1-bcc52936afb3", "db_session_id": "NRQ41WZDVD7HGVK3L2G1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859012203045, "job": 1, "event": "recovery_finished"} 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.197+0000 7f931e84fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 4 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-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5650b95eae00 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 4 rocksdb: DB pointer 0x5650b96ee000 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f9314617640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f9314617640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: ** DB Stats ** 2024-09-20T19:03:32.428 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: ** Compaction Stats [default] ** 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: L0 2/0 84.91 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-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Sum 2/0 84.91 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-20T19:03:32.429 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: ** Compaction Stats [default] ** 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Cumulative compaction: 0.00 GB write, 18.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Interval compaction: 0.00 GB write, 18.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.430 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Block cache BinnedLRUCache@0x5650b95bd610#7 capacity: 512.00 MB usage: 26.31 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: Block cache entry stats(count,size,portion): DataBlock(3,25.11 KB,0.00478923%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 1 mon.a@-1(???) e1 preinit fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).mds e1 new map 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).mds e1 print_map 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: e1 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: btime 2024-09-20T19:03:25:688679+0000 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 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-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: legacy client fscid: -1 2024-09-20T19:03:32.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: No filesystems configured 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: debug 2024-09-20T19:03:32.201+0000 7f931e84fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232749+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232749+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:03:32.432 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232810+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232810+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232818+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232818+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232826+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232826+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232833+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232833+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232841+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232841+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232849+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232849+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-20T19:03:32.433 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232857+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.232857+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233351+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233351+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233376+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233376+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233737+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:03:32.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:32 smithi029 bash[19840]: cluster 2024-09-20T19:03:32.233737+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:03:32.963 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-20T19:03:32.989 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:03:32.990 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-09-20T19:03:32.990 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-20T19:03:32.991 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-20T19:03:33.308 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x 2024-09-20T19:03:33.309 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service: Unit ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service not loaded. 2024-09-20T19:03:33.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:33 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:03:33.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:33 smithi029 bash[19840]: audit 2024-09-20T19:03:32.377508+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.29:0/107546927' entity='client.admin' 2024-09-20T19:03:33.387 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:33 smithi029 bash[19840]: audit 2024-09-20T19:03:32.377508+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.29:0/107546927' entity='client.admin' 2024-09-20T19:03:33.512 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490.target.wants/ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service -> /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service. 2024-09-20T19:03:33.519 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-09-20T19:03:33.520 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:03:33.520 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-09-20T19:03:33.520 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-20T19:03:33.520 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-09-20T19:03:33.520 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-09-20T19:03:33.641 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:33 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:03:35.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:35 smithi029 bash[19840]: audit 2024-09-20T19:03:35.245379+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/1980690701' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:35.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:35 smithi029 bash[19840]: audit 2024-09-20T19:03:35.245379+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.29:0/1980690701' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "90d680f0-7782-11ef-baf5-efdc52797490", 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:03:35.867 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:03:35.868 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:03:35.869 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:03:35.872 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.872 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:03:25:688679+0000", 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:03:35.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:03:25.689685+0000", 2024-09-20T19:03:35.874 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:35.875 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:35.875 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:03:35.875 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:03:35.875 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-09-20T19:03:39.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:39 smithi029 bash[19840]: audit 2024-09-20T19:03:39.044077+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.29:0/295357467' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:39.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:39 smithi029 bash[19840]: audit 2024-09-20T19:03:39.044077+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.29:0/295357467' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:39.600 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:39.600 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:03:39.600 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "90d680f0-7782-11ef-baf5-efdc52797490", 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-20T19:03:39.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:03:39.602 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:03:39.605 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.606 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:03:25:688679+0000", 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:39.607 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:03:25.689685+0000", 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:03:39.608 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2024-09-20T19:03:41.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.411394+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.411394+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.419015+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00797006s) 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.419015+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00797006s) 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.420894+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.420894+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421157+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421157+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:03:41.870 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421381+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421381+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421664+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.421664+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.422265+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: audit 2024-09-20T19:03:41.422265+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.451876+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-20T19:03:41.871 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:41 smithi029 bash[19840]: cluster 2024-09-20T19:03:41.451876+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-20T19:03:42.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.470675+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:03:42.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.470675+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:03:42.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.472531+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:03:42.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.472531+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.475955+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.475955+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.477866+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.477866+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.479699+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: audit 2024-09-20T19:03:41.479699+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.29:0/973187750' entity='mgr.x' 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: cluster 2024-09-20T19:03:42.425118+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01407s) 2024-09-20T19:03:42.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:42 smithi029 bash[19840]: cluster 2024-09-20T19:03:42.425118+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01407s) 2024-09-20T19:03:43.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:43 smithi029 bash[19840]: audit 2024-09-20T19:03:43.259684+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.29:0/1359126350' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:43.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:43 smithi029 bash[19840]: audit 2024-09-20T19:03:43.259684+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.29:0/1359126350' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:03:43.849 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:43.849 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:03:43.849 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "90d680f0-7782-11ef-baf5-efdc52797490", 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:03:43.850 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:03:43.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:03:43.852 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:03:43.852 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:03:43.855 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:03:43.856 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:03:25:688679+0000", 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:43.857 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:03:25.689685+0000", 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:03:43.858 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-09-20T19:03:44.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:44 smithi029 bash[19840]: cluster 2024-09-20T19:03:43.472142+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-20T19:03:44.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:44 smithi029 bash[19840]: cluster 2024-09-20T19:03:43.472142+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-20T19:03:45.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:45 smithi029 bash[19840]: audit 2024-09-20T19:03:45.224547+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.29:0/374961018' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:03:45.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:45 smithi029 bash[19840]: audit 2024-09-20T19:03:45.224547+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.29:0/374961018' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:03:45.782 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:45.782 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:03:45.782 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:03:45.782 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:03:45.782 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:03:45.783 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-09-20T19:03:47.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:47 smithi029 bash[19840]: audit 2024-09-20T19:03:47.318373+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.29:0/3113552044' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:03:47.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:47 smithi029 bash[19840]: audit 2024-09-20T19:03:47.318373+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.29:0/3113552044' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:03:47.812 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:47 smithi029 bash[20095]: ignoring --setgroup ceph since I am not root 2024-09-20T19:03:48.751 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:48 smithi029 bash[19840]: audit 2024-09-20T19:03:47.370088+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.29:0/3113552044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:03:48.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:48 smithi029 bash[19840]: audit 2024-09-20T19:03:47.370088+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.29:0/3113552044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:03:48.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:48 smithi029 bash[19840]: cluster 2024-09-20T19:03:47.375587+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 5s) 2024-09-20T19:03:48.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:48 smithi029 bash[19840]: cluster 2024-09-20T19:03:47.375587+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 5s) 2024-09-20T19:03:49.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:49 smithi029 bash[19840]: audit 2024-09-20T19:03:49.392428+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.29:0/2537819334' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:03:49.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:49 smithi029 bash[19840]: audit 2024-09-20T19:03:49.392428+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.29:0/2537819334' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-20T19:03:49.991 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-09-20T19:03:54.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.706485+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:03:54.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.706485+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:03:54.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.707321+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.707321+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.714831+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.714831+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.715107+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00821095s) 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.715107+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00821095s) 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.717488+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.717488+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.719082+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.719082+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720363+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720363+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:03:54.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720740+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:03:54.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720740+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:03:54.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720897+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:03:54.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: audit 2024-09-20T19:03:53.720897+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:03:54.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.746618+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-20T19:03:54.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:53 smithi029 bash[19840]: cluster 2024-09-20T19:03:53.746618+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-20T19:03:55.324 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:03:55.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-20T19:03:55.327 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:03:55.327 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:03:55.327 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-09-20T19:03:55.327 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying orchestrator module is enabled... 2024-09-20T19:03:56.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: cluster 2024-09-20T19:03:54.720462+0000 mon.a (mon.0) 46 : cluster [DBG] mgrmap e7: x(active, since 1.01356s) 2024-09-20T19:03:56.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: cluster 2024-09-20T19:03:54.720462+0000 mon.a (mon.0) 46 : cluster [DBG] mgrmap e7: x(active, since 1.01356s) 2024-09-20T19:03:56.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.893359+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.893359+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.896519+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.896519+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: cephadm 2024-09-20T19:03:54.897224+0000 mgr.x (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: cephadm 2024-09-20T19:03:54.897224+0000 mgr.x (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.899205+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.899205+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.903910+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.903910+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.907414+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:56.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.907414+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.911130+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.911130+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.921866+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.921866+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.924040+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:03:56.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:55 smithi029 bash[19840]: audit 2024-09-20T19:03:54.924040+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:03:57.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.364396+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Bus STARTING 2024-09-20T19:03:57.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.364396+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Bus STARTING 2024-09-20T19:03:57.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[19840]: audit 2024-09-20T19:03:56.591319+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:57.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[19840]: audit 2024-09-20T19:03:56.591319+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:03:57.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: debug 2024-09-20T19:03:56.588+0000 7fc43880a640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:03:56] ENGINE Error in HTTPServer.serve 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: Traceback (most recent call last): 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: self._connections.run(self.expiration_interval) 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: self._run(expiration_interval) 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: s = self.context.wrap_socket( 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:03:57.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: return self.sslsocket_class._create( 2024-09-20T19:03:57.064 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:03:57.064 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: self.do_handshake() 2024-09-20T19:03:57.064 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:03:57.064 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: self._sslobj.do_handshake() 2024-09-20T19:03:57.064 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:03:56 smithi029 bash[20095]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.466337+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.466337+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.590317+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.590317+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.590500+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Bus STARTED 2024-09-20T19:03:58.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.590500+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [20/Sep/2024:19:03:56] ENGINE Bus STARTED 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.592531+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [20/Sep/2024:19:03:56] ENGINE Error in HTTPServer.serve 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:03:58.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cephadm 2024-09-20T19:03:56.592531+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [20/Sep/2024:19:03:56] ENGINE Error in HTTPServer.serve 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:03:58.065 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cluster 2024-09-20T19:03:56.721450+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e8: x(active, since 3s) 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: cluster 2024-09-20T19:03:56.721450+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e8: x(active, since 3s) 2024-09-20T19:03:58.066 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: audit 2024-09-20T19:03:56.792862+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 172.21.15.29:0/2401413408' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:03:58.067 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:57 smithi029 bash[19840]: audit 2024-09-20T19:03:56.792862+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 172.21.15.29:0/2401413408' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:03:58.298 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-20T19:03:58.298 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-09-20T19:03:59.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:58 smithi029 bash[19840]: audit 2024-09-20T19:03:57.719520+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.29:0/2401413408' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:03:59.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:58 smithi029 bash[19840]: audit 2024-09-20T19:03:57.719520+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.29:0/2401413408' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:03:59.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:58 smithi029 bash[19840]: cluster 2024-09-20T19:03:57.724582+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 4s) 2024-09-20T19:03:59.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:03:58 smithi029 bash[19840]: cluster 2024-09-20T19:03:57.724582+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 4s) 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.711631+0000 mgr.x (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.711631+0000 mgr.x (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.720024+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.720024+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.739535+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:01.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:00 smithi029 bash[19840]: audit 2024-09-20T19:03:59.739535+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:02.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-20T19:04:02.204 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-09-20T19:04:02.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:02 smithi029 bash[19840]: audit 2024-09-20T19:04:01.634169+0000 mgr.x (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:02.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:02 smithi029 bash[19840]: audit 2024-09-20T19:04:01.634169+0000 mgr.x (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: Generating public/private rsa key pair. 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: Your identification has been saved in /tmp/tmpnyw1wh_f/key 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: Your public key has been saved in /tmp/tmpnyw1wh_f/key.pub 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: The key fingerprint is: 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: SHA256:+wUGJzqZU1UfM+g2iAywoAWAeHjE53zrjiXUCn+O/JQ ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: The key's randomart image is: 2024-09-20T19:04:04.062 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: +---[RSA 3072]----+ 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: |*=+ .. ....+ | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: |+o+.... . .. + | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: |.o +. o+..o . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | o..=o+. + | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | . ..B.S o. . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | + ..+ o . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | +.E . . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | . O. . . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: | +o+ . | 2024-09-20T19:04:04.063 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:03 smithi029 bash[20095]: +----[SHA256]-----+ 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.628033+0000 mgr.x (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.628033+0000 mgr.x (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: cephadm 2024-09-20T19:04:03.628268+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: cephadm 2024-09-20T19:04:03.628268+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.802536+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.802536+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.807174+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:05.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:04 smithi029 bash[19840]: audit 2024-09-20T19:04:03.807174+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:06.303 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:06.303 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:04:06.303 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-09-20T19:04:06.304 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-09-20T19:04:06.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:06 smithi029 bash[19840]: audit 2024-09-20T19:04:05.744117+0000 mgr.x (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:06.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:06 smithi029 bash[19840]: audit 2024-09-20T19:04:05.744117+0000 mgr.x (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:08.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:08 smithi029 bash[19840]: audit 2024-09-20T19:04:07.772821+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:08.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:08 smithi029 bash[19840]: audit 2024-09-20T19:04:07.772821+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:09.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:09 smithi029 bash[19840]: cephadm 2024-09-20T19:04:09.060533+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi029 2024-09-20T19:04:09.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:09 smithi029 bash[19840]: cephadm 2024-09-20T19:04:09.060533+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi029 2024-09-20T19:04:13.354 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-09-20T19:04:13.354 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mon service... 2024-09-20T19:04:13.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: audit 2024-09-20T19:04:12.645653+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:13.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: audit 2024-09-20T19:04:12.645653+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:13.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: cephadm 2024-09-20T19:04:12.646056+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi029 2024-09-20T19:04:13.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: cephadm 2024-09-20T19:04:12.646056+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi029 2024-09-20T19:04:13.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: audit 2024-09-20T19:04:12.646400+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:13.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:13 smithi029 bash[19840]: audit 2024-09-20T19:04:12.646400+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:15.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:14 smithi029 bash[19840]: cluster 2024-09-20T19:04:13.721740+0000 mgr.x (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:15.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:14 smithi029 bash[19840]: cluster 2024-09-20T19:04:13.721740+0000 mgr.x (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:16.287 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-20T19:04:16.287 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mgr service... 2024-09-20T19:04:16.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:15.362545+0000 mgr.x (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:16.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:15.362545+0000 mgr.x (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: cephadm 2024-09-20T19:04:15.364863+0000 mgr.x (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: cephadm 2024-09-20T19:04:15.364863+0000 mgr.x (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:15.368303+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:15.368303+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:16.053992+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:16.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:16 smithi029 bash[19840]: audit 2024-09-20T19:04:16.053992+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:17.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:17 smithi029 bash[19840]: cluster 2024-09-20T19:04:15.722138+0000 mgr.x (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:17.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:17 smithi029 bash[19840]: cluster 2024-09-20T19:04:15.722138+0000 mgr.x (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:17.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:17 smithi029 bash[19840]: audit 2024-09-20T19:04:16.621502+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:17.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:17 smithi029 bash[19840]: audit 2024-09-20T19:04:16.621502+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:18.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-20T19:04:19.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: audit 2024-09-20T19:04:17.723290+0000 mgr.x (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: audit 2024-09-20T19:04:17.723290+0000 mgr.x (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: cluster 2024-09-20T19:04:17.723562+0000 mgr.x (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: cluster 2024-09-20T19:04:17.723562+0000 mgr.x (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: cephadm 2024-09-20T19:04:17.724368+0000 mgr.x (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: cephadm 2024-09-20T19:04:17.724368+0000 mgr.x (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: audit 2024-09-20T19:04:17.729104+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:19.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:18 smithi029 bash[19840]: audit 2024-09-20T19:04:17.729104+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:21.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:20 smithi029 bash[19840]: cluster 2024-09-20T19:04:19.724012+0000 mgr.x (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:21.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:20 smithi029 bash[19840]: cluster 2024-09-20T19:04:19.724012+0000 mgr.x (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:21.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:20 smithi029 bash[19840]: audit 2024-09-20T19:04:19.737937+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.29:0/3651618022' entity='client.admin' 2024-09-20T19:04:21.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:20 smithi029 bash[19840]: audit 2024-09-20T19:04:19.737937+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.29:0/3651618022' entity='client.admin' 2024-09-20T19:04:22.245 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-09-20T19:04:23.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:22 smithi029 bash[19840]: audit 2024-09-20T19:04:21.696649+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.29:0/659985569' entity='client.admin' 2024-09-20T19:04:23.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:22 smithi029 bash[19840]: audit 2024-09-20T19:04:21.696649+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.29:0/659985569' entity='client.admin' 2024-09-20T19:04:23.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:22 smithi029 bash[19840]: cluster 2024-09-20T19:04:21.724406+0000 mgr.x (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:23.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:22 smithi029 bash[19840]: cluster 2024-09-20T19:04:21.724406+0000 mgr.x (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:24.311 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[20095]: ignoring --setuser ceph since I am not root 2024-09-20T19:04:24.311 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[20095]: ignoring --setgroup ceph since I am not root 2024-09-20T19:04:24.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[19840]: audit 2024-09-20T19:04:22.924567+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:24.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[19840]: audit 2024-09-20T19:04:22.924567+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.29:0/1726792080' entity='mgr.x' 2024-09-20T19:04:24.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[19840]: audit 2024-09-20T19:04:23.778367+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.29:0/764646122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-20T19:04:24.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:23 smithi029 bash[19840]: audit 2024-09-20T19:04:23.778367+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.29:0/764646122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-20T19:04:25.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:24 smithi029 bash[19840]: audit 2024-09-20T19:04:23.929107+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.29:0/764646122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-20T19:04:25.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:24 smithi029 bash[19840]: audit 2024-09-20T19:04:23.929107+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.29:0/764646122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-20T19:04:25.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:24 smithi029 bash[19840]: cluster 2024-09-20T19:04:23.936125+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: x(active, since 30s) 2024-09-20T19:04:25.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:24 smithi029 bash[19840]: cluster 2024-09-20T19:04:23.936125+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: x(active, since 30s) 2024-09-20T19:04:26.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:26 smithi029 bash[19840]: audit 2024-09-20T19:04:26.109831+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.29:0/585161915' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:04:26.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:26 smithi029 bash[19840]: audit 2024-09-20T19:04:26.109831+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.29:0/585161915' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:04:26.702 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:04:26.703 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-20T19:04:26.703 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 10... 2024-09-20T19:04:30.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.270320+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.270320+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.270802+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.270802+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.278321+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.278321+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.278620+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00800899s) 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.278620+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00800899s) 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.280933+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:04:30.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.280933+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.282872+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.282872+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.283917+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.283917+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.284138+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.284138+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.284332+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: audit 2024-09-20T19:04:30.284332+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.311062+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-09-20T19:04:30.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:30 smithi029 bash[19840]: cluster 2024-09-20T19:04:30.311062+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-09-20T19:04:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.721699+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.721699+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.739913+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:04:31.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.739913+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:04:31.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.741548+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:04:31.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: audit 2024-09-20T19:04:30.741548+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:04:31.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: cluster 2024-09-20T19:04:31.279763+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: x(active, since 1.00916s) 2024-09-20T19:04:31.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[19840]: cluster 2024-09-20T19:04:31.279763+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: x(active, since 1.00916s) 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 10 is available 2024-09-20T19:04:31.959 INFO:teuthology.orchestra.run.smithi029.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: debug 2024-09-20T19:04:31.956+0000 7fa120857640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:04:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: Traceback (most recent call last): 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: self._connections.run(self.expiration_interval) 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: self._run(expiration_interval) 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:04:32.312 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: s = self.context.wrap_socket( 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: return self.sslsocket_class._create( 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: self.do_handshake() 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: self._sslobj.do_handshake() 2024-09-20T19:04:32.313 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:04:31 smithi029 bash[20095]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:04:32.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.736331+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Bus STARTING 2024-09-20T19:04:32.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.736331+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Bus STARTING 2024-09-20T19:04:32.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.837972+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.837972+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.962435+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.962435+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.962567+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Bus STARTED 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.962567+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [20/Sep/2024:19:04:31] ENGINE Bus STARTED 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.963987+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [20/Sep/2024:19:04:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:04:32.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: cephadm 2024-09-20T19:04:31.963987+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [20/Sep/2024:19:04:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:04:32.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:04:32.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:04:32.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:04:32.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:04:32.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:32 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:04:33.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:33 smithi029 bash[19840]: cluster 2024-09-20T19:04:32.327454+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-20T19:04:33.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:33 smithi029 bash[19840]: cluster 2024-09-20T19:04:32.327454+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-20T19:04:34.609 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:34 smithi029 bash[19840]: audit 2024-09-20T19:04:33.558987+0000 mgr.x (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:34.609 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:34 smithi029 bash[19840]: audit 2024-09-20T19:04:33.558987+0000 mgr.x (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:35.010 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUPlCqeM2kWEkPeG6YRlXDT1bt50UwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMDE5MDQzNFoXDTM0\nMDkyMTE5MDQzNFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjI5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAnShExyflPhCclmtrU7ncz0mg9ErMWQnHC/pX\nP2lLrq87Oy4yz4WtJSmhBzy9gGFBA4kNxxgLrLAyJUKTVhKzXvsCAcRntNumdo60\nnlxWdzzALMM2SFuVvZ1xpIOophO1ncf3ugM8S6K69Qy8WtECw33f4hjPtC7WOGv7\nvrQdIqt8qJGcewM57r69nymLjqz2q0LS1UMCzIdqbiZkWONUk88nx4/ojg48a68l\njZZvwf3RznaYru6yQFLBbOQJZ6SfhXA3yT2yp2Fc97Crx0+5bnQO1IuY6m+B9gye\nA8e3WHYsoTdnXy+EkpVZHAwDc3RH+7FTAjlbTlwx0lZL5n52ODlnf0S74pVoHkFW\n21W1qp/qAiGCnQXdkYz1G8QS8Xdw6x+VCBc/9+nX10FyLRUBn3gH6RDt1hEVK1ds\nmaT3E9OvuO85wyPyDNNEdaX0wEObQ5Lb2RLc0lMQunNIf09nV+mdXvgyfLg8loaC\nFJlJtS/SRG3sYGb/k8+8eV08vqrIoCk/5ohnkD6Rj1nIWpiJoJlW1ELog02UfuIa\nUllb+9ghGcoO8DCymtJer4NKOixxftxfKlLMUAQLXQ7+6fojQKMprxyh0+z7iwN7\niUqHWFF1yLEYofBl37ziQfCJX8GQxeKgaLWYCOfg9jhA91SsAgiF2v6laiy+mPni\nzTdN398CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDI5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPHTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBD\nf8m9HGQzlLGczVy9wmw5tMfPfClV0lqOGLduzKSi1mpsK4M9TYmGre+O9FnMP0+B\nziyjH/wHRGNtYckNL4t4TE9klDpiiqvHrMsDI5NEX6KkQjUcl47AEKcibBvx9qJY\nh8tS2ZTE3sfS3FeJs2O+YAhTgN5aV9jY79+txTKKrwtxj2l6iWIsoUghn4a3jZv/\n+w3CUvniQb5NfNRXPlUEt2QeKz/S3wpjZfKYIH2DzDif8G66vR0fdEMBoxeimOO1\n7xM6L+srC/Rug2mPsxWJOV0obiKda+fv/X5Xrbsg5hTi8jo/TxKPpGvoPeGvI7oN\n894CX4l9w1LMQ76qiD7v6UL1ls5XtpQStV/QxPLccJD2pBdrYttuffxOYpeU8KZm\nHEl5tslmACgGLxc5/ZxaP5RfifVBMfyYK6WsCuOrhSRyrUnlTOQZHeYa2uR3QSQu\nvIPKKRZLNHrkgQ3vBG004Wo5v3eiet8iUgKH/xnuo0tJiEMOZ9WYD9mb6sSxhS0b\n1082CHUSEJWQCY8TLLmvG3WFqqn1huvNhR7CCpOW6u1tG27mi5pfVkm6lHY9fjlx\n+ZqpBsjE3XRrDVpMNl5Vj5oEFnWTkRpQcoljnsfkiehyd0AOmtVJ2TsxBnknk/RF\nrKiwRVpjdOp6fIyOkbLW7MUB6S9lXjyNWlsA9PIefw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAnShExyflPhCclmtrU7ncz0mg9ErMWQnHC/pXP2lLrq87Oy4y\nz4WtJSmhBzy9gGFBA4kNxxgLrLAyJUKTVhKzXvsCAcRntNumdo60nlxWdzzALMM2\nSFuVvZ1xpIOophO1ncf3ugM8S6K69Qy8WtECw33f4hjPtC7WOGv7vrQdIqt8qJGc\newM57r69nymLjqz2q0LS1UMCzIdqbiZkWONUk88nx4/ojg48a68ljZZvwf3RznaY\nru6yQFLBbOQJZ6SfhXA3yT2yp2Fc97Crx0+5bnQO1IuY6m+B9gyeA8e3WHYsoTdn\nXy+EkpVZHAwDc3RH+7FTAjlbTlwx0lZL5n52ODlnf0S74pVoHkFW21W1qp/qAiGC\nnQXdkYz1G8QS8Xdw6x+VCBc/9+nX10FyLRUBn3gH6RDt1hEVK1dsmaT3E9OvuO85\nwyPyDNNEdaX0wEObQ5Lb2RLc0lMQunNIf09nV+mdXvgyfLg8loaCFJlJtS/SRG3s\nYGb/k8+8eV08vqrIoCk/5ohnkD6Rj1nIWpiJoJlW1ELog02UfuIaUllb+9ghGcoO\n8DCymtJer4NKOixxftxfKlLMUAQLXQ7+6fojQKMprxyh0+z7iwN7iUqHWFF1yLEY\nofBl37ziQfCJX8GQxeKgaLWYCOfg9jhA91SsAgiF2v6laiy+mPnizTdN398CAwEA\nAQKCAgACDEJJLhXopyLDOwcdAjEEans0c70R8/SqDUsRwneAATyOWt3CooVNFKvK\nglod0Caeuyx4ybFtQKaGocV1u6ymsjKmfz6ytqIGrXlhDub5isseSjTs4HSlEeYn\nNKf/8gXN1os920jv22EATHgv3sVgcsV2FsiuGmYkOhP/ui0fBIkNUUhuue4JVGb4\nKfxtkYdtV+OTb9obfDBA2zM3jU7O1kY4bYGkSD81UAT3QVyXdI1FWXpH3UhpWiq3\nFomg1h5WCM5RSwKG99fUSnMSl9FcxRpkXqVReL6CzEtK1VFoT7HpL+Wi8eWSW2vb\n17Q7zuoZN4hTYRf1f3IOwZ0flcpIkAfLKi39phDFyN88sfzeC94nLRtyFbRKKHnt\nKGXcdrwm0lK8Az8CMCJtZoFQjfb7/QK5lbuIjEsyI9JU0CBKchSLqTjYje8910xO\nJWOyk+/VnSLkYBknvWBWElR2tc/uLfR70uUREbOuAetQWkv3U/mAEUjSLdpYUrtQ\nRT2F2uAg4jVQtc67KHwPjXk2McoS4a6F+F5KcxXvyk7Hu1gFq05/xyLZKJGQfQUa\nCPwyx+n4hPwtvzm43eYNmyVSHMtcOKPrWpQaO4yOF6DAuwx8oNbFDSJ0ECrsiRts\nX+nHAcZs3zeXIvD/i1ipxNFw9WFW7JabWdF7YHQwdb6xro/zQQKCAQEA2n1J7f5R\ngbAnl5ubhC+r5eW+19RJmXY168ZHXubWeLVsl8XL4yIKQZebEN4K4Jfbyya9PiFX\nzUFh1yY3BAnkPn2TpiZ9R43qsfuA+e+z0fxt9c02ULHImub1NUElbx99awHukUay\nqcX2+WLX2KAJJA/bhiibr61Ef/zlnbPV/YUVBFki+VHD+e5gjiZ/R7NlKPQ/1kCZ\nzhbWxiTn+aKc5WTuwn1zV/fBjDoq3qQGB+cCWX6W/xLrRQ6rs+EVEQVki3OOzBml\nnIdxdYniZsbGB+Jr5krfZ090+k1DywY0yetsKBgKvXeOMirnv+K82/SYGJBgX3Xq\nDDkRVezHHaMBEQKCAQEAuCNntR6+BmcSWRaB/9GGmZUJWuGHPO2xu4l3+FoC1cee\nKdDu3q1i0qIZIyyyTu5GX+z7uUiDHO88Tl9gF+cE56JV6sv+4dkb+RKQpEXOzTml\n9aLd0LKUpsEEl8xJAamUYjr7FISuP2aF5EHtuyviBYQLviF0xsCSIuRym5/2WLwf\nIKUjvzcVC+qEEYxfgx35kFaxiMFyYMyIQsHYDQ//0ujOz5/Jwu4Xczr77IXmK4KQ\nAl5B+CeuAKjoJ0dr9UPs4Ryl3GLETThBEZZqZXxSVvIfEbJsBEuQhXEtG9/RxXSY\nL+b8r4sM5GmU67cGqmNjXTbYnu+Xhyvs+yWPBDHR7wKCAQAtjNc/3bhiYDYw3kkS\nytl8iWQ7HM/nRYTCTckNWPS3n6MvFRaHmM4olJHId3IvFpnFBaOIc20ZpprePuJT\nXjiOaqHAjt+pbkXSq0tdUALeMVE/YHQFaLsYyDOw0Y8bVqZQC8wPz3xp9pKhtWCo\nkdy1/vRWSNsESgww3qmEMjzXqMoT6P1omwpPbcoFeLMqYJUjb6Bra3ZlR8+o6YLP\nQX6SOHOqansEiOt575qGZg230gpkXAbg0LHp6MAVNUSuEsC+be4EUQh81KPrzD4+\nDQy2EhdKoKton2EU2czbY8TXn9Qhm7mJfIZRoS5Fi+CxvpGC9X6SCEQuHiumDUIJ\nxLTxAoIBAQC3EsxbMPNw3i1J0azyMNkH/TtN1ghlNVWNxQE4NBW5gjvoC0hSsEQe\ncvdXF2s4OoJRgQZMkqF4tQpaSUz6tr8TpTySsrr4xKihHCoeiSEwvW4ZKBItGj/d\nAu6UFZFIS9exSj6zia7MbhwUcs/vVZPkNAKQyCaYLIGem06vF30PgAnapRVDWXpd\nXI5t/AhCDh0/ulHMS7hyMSgQZzVs10lb4gcsOguY+Krr7+rkn8PV4ntXP2uLU7gW\nA9i8pK/bK+tpbNgiozfUJmfbGpcxy0b6FsN5DtGB+7b2VS2qFv8yt9dPWPJFfZQV\nzDs5l8DSyvnRhWQdsMwQokV89TyZyQaVAoIBAGZzyAg8PxSTYiqWap/GG1p3+PKj\nNUdctDsgagrrlWFDnVKeSqHCXu5HpVaRIle3dcjvaAL3/dEaPk+6MSOJJBE3r6ea\nuCA8EoSg3KH2OxmykvzXTiKSshb1GinlRrxAxp8HtUmusP0C0eBvBBdG5/mLZ/Ka\nzGtld43lFisoT0EyEXb8WlFmameCwj5J9wZOWoHPzN32fioYtL+HjipaRwzz8vfG\n4nEjOug0l6hEMslWP5CPE/0nF7fcqz8dxsGjsNoK0JUakucwOdoWCuIsJA8RcGKF\nwONTr0z+z5Ix7DArSvGfKe73gNNMyuizacucig5KlOk7et8iW6B9xvNOaiQ=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-20T19:04:37.003 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-20T19:04:37.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:37 smithi029 bash[19840]: audit 2024-09-20T19:04:36.427045+0000 mgr.x (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:37.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:37 smithi029 bash[19840]: audit 2024-09-20T19:04:36.427045+0000 mgr.x (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:37.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:37 smithi029 bash[19840]: audit 2024-09-20T19:04:36.432141+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:37.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:37 smithi029 bash[19840]: audit 2024-09-20T19:04:36.432141+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:39.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-20T19:04:39.026 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-09-20T19:04:39.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:38 smithi029 bash[19840]: audit 2024-09-20T19:04:37.737181+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:39.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:38 smithi029 bash[19840]: audit 2024-09-20T19:04:37.737181+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:39.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:38 smithi029 bash[19840]: audit 2024-09-20T19:04:38.415867+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:39.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:38 smithi029 bash[19840]: audit 2024-09-20T19:04:38.415867+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:40.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:39 smithi029 bash[19840]: audit 2024-09-20T19:04:38.379647+0000 mgr.x (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:40.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:39 smithi029 bash[19840]: audit 2024-09-20T19:04:38.379647+0000 mgr.x (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:04:40.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:39 smithi029 bash[19840]: audit 2024-09-20T19:04:38.896968+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:40.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:39 smithi029 bash[19840]: audit 2024-09-20T19:04:38.896968+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:41.477 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$omM.uVPMwaiHaTRAwTYdUOZq5uBRzUnY7PsNpvhhI3j04TEzcmywq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726859080, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-20T19:04:41.478 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-09-20T19:04:42.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:41 smithi029 bash[19840]: audit 2024-09-20T19:04:40.555499+0000 mgr.x (mgr.14152) 11 : audit [DBG] 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-20T19:04:42.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:41 smithi029 bash[19840]: audit 2024-09-20T19:04:40.555499+0000 mgr.x (mgr.14152) 11 : audit [DBG] 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-20T19:04:42.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:41 smithi029 bash[19840]: audit 2024-09-20T19:04:40.865905+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:42.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:41 smithi029 bash[19840]: audit 2024-09-20T19:04:40.865905+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:43.443 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-09-20T19:04:43.443 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-09-20T19:04:43.443 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout: Password: mnc8x6fbuf 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:43.446 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config directory 2024-09-20T19:04:44.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:43 smithi029 bash[19840]: cluster 2024-09-20T19:04:42.871350+0000 mon.a (mon.0) 97 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-20T19:04:44.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:43 smithi029 bash[19840]: cluster 2024-09-20T19:04:42.871350+0000 mon.a (mon.0) 97 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-20T19:04:44.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:43 smithi029 bash[19840]: audit 2024-09-20T19:04:42.889675+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.29:0/108986284' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-20T19:04:44.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:43 smithi029 bash[19840]: audit 2024-09-20T19:04:42.889675+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.29:0/108986284' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-20T19:04:46.301 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-09-20T19:04:46.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.303 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-09-20T19:04:46.303 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.303 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-20T19:04:46.303 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:04:46.303 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-09-20T19:04:46.359 INFO:tasks.cephadm:Fetching config... 2024-09-20T19:04:46.359 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:04:46.359 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-20T19:04:46.365 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-20T19:04:46.365 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:04:46.365 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-20T19:04:46.416 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-20T19:04:46.417 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:04:46.417 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-20T19:04:46.471 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-20T19:04:46.472 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:04:46.472 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-20T19:04:46.521 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-20T19:04:46.521 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T19:04:46.585 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:46.595 DEBUG:teuthology.orchestra.run.smithi064:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T19:04:46.621 INFO:teuthology.orchestra.run.smithi064.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:46.631 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T19:04:46.656 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:46.665 DEBUG:teuthology.orchestra.run.smithi193:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T19:04:46.688 INFO:teuthology.orchestra.run.smithi193.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJLexW2KXSoc6awmDJ0hfqCWF55pi2VIBCCaAMVGSzLGKeSVdok7hd8aPBSJx6clFFxxvW1aBHcBOgBmtv1iGItUa9DxQd444627F7q6EBQ/XzSnuKWKFLZMwHPB/giMMwJ/Q95yDSC8KRgDzsSSf/0qw5xhg51J8lG4kL9LWVMXSOESeSQTpmYdan/Jc1VISv28IFPXwEZIl4alnL6GNotFa0LIqBuHjqE6k3lLz34pnOv7OgO8AGDAXCFxtJLdGRjnQYgnpjfhmQWVVYKMqtChkcR0vNC+/qQPhW3ncCKyh6pYn4FhQ+FWKRTmgtDQn9ZCciE6R90pjGjSixiyOxoPyNCSvgwQw0Bmh4uD5lywcKNlkD8W3T4XUZ772ajFI8AeprxSSTJ3V4feZFDtS/PyyTkQVAAoubaIdjuEhHLyf+ktqCP5DfyamMCdo9RYLqmLcYdLl98B4t6SjAobmbDxon/e8wbjcjeIQClhrQH/NKtFDCdBZ3vIAhv43BkYk= ceph-90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:04:46.698 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-20T19:04:46.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:46 smithi029 bash[19840]: audit 2024-09-20T19:04:45.601692+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.29:0/2528984032' entity='client.admin' 2024-09-20T19:04:46.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:46 smithi029 bash[19840]: audit 2024-09-20T19:04:45.601692+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.29:0/2528984032' entity='client.admin' 2024-09-20T19:04:50.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.398200+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.398200+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.403048+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.403048+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.405290+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"} : dispatch 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.405290+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"} : dispatch 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.412324+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.412324+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.428959+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.428959+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.438318+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:50.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:50 smithi029 bash[19840]: audit 2024-09-20T19:04:49.438318+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:51.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:51 smithi029 bash[19840]: cluster 2024-09-20T19:04:50.285850+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:51.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:51 smithi029 bash[19840]: cluster 2024-09-20T19:04:50.285850+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:51.847 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: cluster 2024-09-20T19:04:52.286286+0000 mgr.x (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: cluster 2024-09-20T19:04:52.286286+0000 mgr.x (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.159645+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.29:0/1695713079' entity='client.admin' 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.159645+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.29:0/1695713079' entity='client.admin' 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.173744+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.173744+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:04:53.769 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.177880+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:53.770 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:53 smithi029 bash[19840]: audit 2024-09-20T19:04:53.177880+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:04:53.770 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-20T19:04:53.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-20T19:04:55.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:55 smithi029 bash[19840]: cluster 2024-09-20T19:04:54.286710+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:55.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:55 smithi029 bash[19840]: cluster 2024-09-20T19:04:54.286710+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:57.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:57 smithi029 bash[19840]: cluster 2024-09-20T19:04:56.287124+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:57.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:57 smithi029 bash[19840]: cluster 2024-09-20T19:04:56.287124+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:58.502 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:04:59.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:59 smithi029 bash[19840]: cluster 2024-09-20T19:04:58.287638+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:04:59.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:04:59 smithi029 bash[19840]: cluster 2024-09-20T19:04:58.287638+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:00.612 INFO:tasks.cephadm:Remote smithi193 excluded from cephadm cluster by role 2024-09-20T19:05:00.612 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi064 2024-09-20T19:05:00.613 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T19:05:00.613 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/etc/ceph/ceph.conf 2024-09-20T19:05:00.660 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T19:05:00.660 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:00.708 INFO:tasks.cephadm:Adding host smithi064 to orchestrator... 2024-09-20T19:05:00.708 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch host add smithi064 2024-09-20T19:05:01.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.900949+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:01.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.900949+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:01.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.904239+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.904239+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.905492+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.905492+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.907992+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.907992+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.909226+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:04:59.909226+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: cephadm 2024-09-20T19:04:59.910917+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: cephadm 2024-09-20T19:04:59.910917+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: cephadm 2024-09-20T19:04:59.996296+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: cephadm 2024-09-20T19:04:59.996296+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:01.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.339227+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.339227+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.345305+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.345305+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.351217+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:01.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:00 smithi029 bash[19840]: audit 2024-09-20T19:05:00.351217+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cephadm 2024-09-20T19:05:00.065659+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cephadm 2024-09-20T19:05:00.065659+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cephadm 2024-09-20T19:05:00.132511+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cephadm 2024-09-20T19:05:00.132511+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:00.288100+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:02.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:00.288100+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:04.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:03 smithi029 bash[19840]: cluster 2024-09-20T19:05:02.288512+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:04.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:03 smithi029 bash[19840]: cluster 2024-09-20T19:05:02.288512+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:05.440 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:05:06.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:05 smithi029 bash[19840]: cluster 2024-09-20T19:05:04.288938+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:06.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:05 smithi029 bash[19840]: cluster 2024-09-20T19:05:04.288938+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:08.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:07 smithi029 bash[19840]: cluster 2024-09-20T19:05:06.289348+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:08.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:07 smithi029 bash[19840]: cluster 2024-09-20T19:05:06.289348+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:08.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:07 smithi029 bash[19840]: audit 2024-09-20T19:05:06.872317+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:08.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:07 smithi029 bash[19840]: audit 2024-09-20T19:05:06.872317+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:10.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:09 smithi029 bash[19840]: cephadm 2024-09-20T19:05:08.161448+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi064 2024-09-20T19:05:10.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:09 smithi029 bash[19840]: cephadm 2024-09-20T19:05:08.161448+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi064 2024-09-20T19:05:10.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:09 smithi029 bash[19840]: cluster 2024-09-20T19:05:08.289733+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:10.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:09 smithi029 bash[19840]: cluster 2024-09-20T19:05:08.289733+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:11.873 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi064' with addr '172.21.15.64' 2024-09-20T19:05:12.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: cluster 2024-09-20T19:05:10.290167+0000 mgr.x (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:12.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: cluster 2024-09-20T19:05:10.290167+0000 mgr.x (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:12.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: audit 2024-09-20T19:05:11.867697+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:12.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: audit 2024-09-20T19:05:11.867697+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:12.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: audit 2024-09-20T19:05:11.869508+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:12.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:11 smithi029 bash[19840]: audit 2024-09-20T19:05:11.869508+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:12.586 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-20T19:05:13.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:12 smithi029 bash[19840]: cephadm 2024-09-20T19:05:11.868640+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi064 2024-09-20T19:05:13.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:12 smithi029 bash[19840]: cephadm 2024-09-20T19:05:11.868640+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi064 2024-09-20T19:05:13.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:12 smithi029 bash[19840]: audit 2024-09-20T19:05:12.412425+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:13.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:12 smithi029 bash[19840]: audit 2024-09-20T19:05:12.412425+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:14.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:13 smithi029 bash[19840]: cluster 2024-09-20T19:05:12.290704+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:14.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:13 smithi029 bash[19840]: cluster 2024-09-20T19:05:12.290704+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:15.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:14 smithi029 bash[19840]: audit 2024-09-20T19:05:13.942125+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:15.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:14 smithi029 bash[19840]: audit 2024-09-20T19:05:13.942125+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:16.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:15 smithi029 bash[19840]: cluster 2024-09-20T19:05:14.291250+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:16.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:15 smithi029 bash[19840]: cluster 2024-09-20T19:05:14.291250+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:16.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:15 smithi029 bash[19840]: audit 2024-09-20T19:05:15.180346+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:16.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:15 smithi029 bash[19840]: audit 2024-09-20T19:05:15.180346+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:17.321 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:05:18.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:17 smithi029 bash[19840]: cluster 2024-09-20T19:05:16.291698+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:18.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:17 smithi029 bash[19840]: cluster 2024-09-20T19:05:16.291698+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:18.656 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:05:18.656 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.64", "hostname": "smithi064", "labels": [], "status": ""}] 2024-09-20T19:05:19.278 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2024-09-20T19:05:19.278 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T19:05:19.278 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2024-09-20T19:05:19.284 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T19:05:19.284 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:19.331 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2024-09-20T19:05:19.331 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch host add smithi191 2024-09-20T19:05:20.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:19 smithi029 bash[19840]: cluster 2024-09-20T19:05:18.292108+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:20.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:19 smithi029 bash[19840]: cluster 2024-09-20T19:05:18.292108+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:20.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:19 smithi029 bash[19840]: audit 2024-09-20T19:05:18.651392+0000 mgr.x (mgr.14152) 35 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:20.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:19 smithi029 bash[19840]: audit 2024-09-20T19:05:18.651392+0000 mgr.x (mgr.14152) 35 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:22.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cluster 2024-09-20T19:05:20.292538+0000 mgr.x (mgr.14152) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cluster 2024-09-20T19:05:20.292538+0000 mgr.x (mgr.14152) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.704363+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.704363+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.709808+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.709808+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.716069+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.716069+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.721482+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.721482+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.723307+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.723307+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:22.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.725535+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.725535+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.727284+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:20.727284+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.729708+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.729708+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.850985+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.850985+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.958806+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: cephadm 2024-09-20T19:05:20.958806+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.156904+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.156904+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.162419+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.162419+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.168753+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:22.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:21 smithi029 bash[19840]: audit 2024-09-20T19:05:21.168753+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:23.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:22 smithi029 bash[19840]: cephadm 2024-09-20T19:05:21.056647+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:23.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:22 smithi029 bash[19840]: cephadm 2024-09-20T19:05:21.056647+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:24.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:23 smithi029 bash[19840]: cluster 2024-09-20T19:05:22.292985+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:24.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:23 smithi029 bash[19840]: cluster 2024-09-20T19:05:22.292985+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:24.061 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:05:26.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:25 smithi029 bash[19840]: cluster 2024-09-20T19:05:24.293444+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:26.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:25 smithi029 bash[19840]: cluster 2024-09-20T19:05:24.293444+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:27.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:26 smithi029 bash[19840]: audit 2024-09-20T19:05:25.457074+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:27.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:26 smithi029 bash[19840]: audit 2024-09-20T19:05:25.457074+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:28.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:27 smithi029 bash[19840]: cluster 2024-09-20T19:05:26.293831+0000 mgr.x (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:28.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:27 smithi029 bash[19840]: cluster 2024-09-20T19:05:26.293831+0000 mgr.x (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:28.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:27 smithi029 bash[19840]: cephadm 2024-09-20T19:05:26.762695+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-20T19:05:28.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:27 smithi029 bash[19840]: cephadm 2024-09-20T19:05:26.762695+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-20T19:05:30.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:29 smithi029 bash[19840]: cluster 2024-09-20T19:05:28.294206+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:30.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:29 smithi029 bash[19840]: cluster 2024-09-20T19:05:28.294206+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:30.496 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi191' with addr '172.21.15.191' 2024-09-20T19:05:31.097 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-20T19:05:31.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: cluster 2024-09-20T19:05:30.294613+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: cluster 2024-09-20T19:05:30.294613+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:30.490949+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:30.490949+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: cephadm 2024-09-20T19:05:30.491807+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: cephadm 2024-09-20T19:05:30.491807+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:30.492588+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:30.492588+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:31.025233+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:31.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:31 smithi029 bash[19840]: audit 2024-09-20T19:05:31.025233+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:34.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:33 smithi029 bash[19840]: cluster 2024-09-20T19:05:32.295065+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:34.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:33 smithi029 bash[19840]: cluster 2024-09-20T19:05:32.295065+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:34.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:33 smithi029 bash[19840]: audit 2024-09-20T19:05:32.562753+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:34.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:33 smithi029 bash[19840]: audit 2024-09-20T19:05:32.562753+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:35.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:34 smithi029 bash[19840]: audit 2024-09-20T19:05:33.706472+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:35.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:34 smithi029 bash[19840]: audit 2024-09-20T19:05:33.706472+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:35.828 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:05:36.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:35 smithi029 bash[19840]: cluster 2024-09-20T19:05:34.295504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:36.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:35 smithi029 bash[19840]: cluster 2024-09-20T19:05:34.295504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:37.195 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:05:37.195 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.64", "hostname": "smithi064", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2024-09-20T19:05:37.779 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-20T19:05:37.779 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd crush tunables default 2024-09-20T19:05:38.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:37 smithi029 bash[19840]: cluster 2024-09-20T19:05:36.295934+0000 mgr.x (mgr.14152) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:38.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:37 smithi029 bash[19840]: cluster 2024-09-20T19:05:36.295934+0000 mgr.x (mgr.14152) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:39.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:38 smithi029 bash[19840]: audit 2024-09-20T19:05:37.190941+0000 mgr.x (mgr.14152) 52 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:39.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:38 smithi029 bash[19840]: audit 2024-09-20T19:05:37.190941+0000 mgr.x (mgr.14152) 52 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: cluster 2024-09-20T19:05:38.296350+0000 mgr.x (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: cluster 2024-09-20T19:05:38.296350+0000 mgr.x (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.214700+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.214700+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.219862+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.219862+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.225767+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.225767+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.230928+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.230928+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.232747+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.232747+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.234734+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.234734+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.236504+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.236504+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.660731+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.660731+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.665558+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.665558+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.670490+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:40.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:39 smithi029 bash[19840]: audit 2024-09-20T19:05:39.670490+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:41.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.238970+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:05:41.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.238970+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:05:41.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.356747+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:41.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.356747+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:41.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.462267+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:41.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.462267+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:41.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.561259+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:41.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:40 smithi029 bash[19840]: cephadm 2024-09-20T19:05:39.561259+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:42.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:41 smithi029 bash[19840]: cluster 2024-09-20T19:05:40.296753+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:42.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:41 smithi029 bash[19840]: cluster 2024-09-20T19:05:40.296753+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:42.508 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:05:44.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:43 smithi029 bash[19840]: cluster 2024-09-20T19:05:42.297169+0000 mgr.x (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:44.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:43 smithi029 bash[19840]: cluster 2024-09-20T19:05:42.297169+0000 mgr.x (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:44.735 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-09-20T19:05:45.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:44 smithi029 bash[19840]: audit 2024-09-20T19:05:43.943376+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-20T19:05:45.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:44 smithi029 bash[19840]: audit 2024-09-20T19:05:43.943376+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-20T19:05:45.378 INFO:tasks.cephadm:Adding mon.a on smithi029 2024-09-20T19:05:45.378 INFO:tasks.cephadm:Adding mon.b on smithi064 2024-09-20T19:05:45.379 INFO:tasks.cephadm:Adding mon.c on smithi191 2024-09-20T19:05:45.379 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c' 2024-09-20T19:05:46.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: cluster 2024-09-20T19:05:44.297566+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:46.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: cluster 2024-09-20T19:05:44.297566+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:46.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: audit 2024-09-20T19:05:44.731330+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T19:05:46.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: audit 2024-09-20T19:05:44.731330+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T19:05:46.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: cluster 2024-09-20T19:05:44.735713+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:05:46.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:45 smithi029 bash[19840]: cluster 2024-09-20T19:05:44.735713+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:05:46.608 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:48.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:47 smithi029 bash[19840]: cluster 2024-09-20T19:05:46.298006+0000 mgr.x (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:48.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:47 smithi029 bash[19840]: cluster 2024-09-20T19:05:46.298006+0000 mgr.x (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:48.110 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2024-09-20T19:05:48.644 DEBUG:teuthology.orchestra.run.smithi064:mon.b> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.b.service 2024-09-20T19:05:48.646 DEBUG:teuthology.orchestra.run.smithi191:mon.c> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.c.service 2024-09-20T19:05:48.649 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-20T19:05:48.649 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-20T19:05:49.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.095108+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.095108+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cephadm 2024-09-20T19:05:48.100273+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c;count:3 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cephadm 2024-09-20T19:05:48.100273+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c;count:3 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.106208+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.106208+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.107960+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.107960+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cluster 2024-09-20T19:05:48.298399+0000 mgr.x (mgr.14152) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cluster 2024-09-20T19:05:48.298399+0000 mgr.x (mgr.14152) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:49.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.787172+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.787172+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.788087+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.788087+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.795021+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.795021+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.799045+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.799045+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.800502+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: audit 2024-09-20T19:05:48.800502+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cephadm 2024-09-20T19:05:48.801988+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-20T19:05:49.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:49 smithi029 bash[19840]: cephadm 2024-09-20T19:05:48.801988+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-20T19:05:49.914 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:51.443 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-09-20T19:05:51.443 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-20T19:05:51.444 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"90d680f0-7782-11ef-baf5-efdc52797490","modified":"2024-09-20T19:03:20.677548Z","created":"2024-09-20T19:03:20.677548Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-20T19:05:51.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:51 smithi029 bash[19840]: cluster 2024-09-20T19:05:50.298816+0000 mgr.x (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:51.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:51 smithi029 bash[19840]: cluster 2024-09-20T19:05:50.298816+0000 mgr.x (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:52.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:52 smithi029 bash[19840]: audit 2024-09-20T19:05:51.439758+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.191:0/398704923' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:05:52.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:52 smithi029 bash[19840]: audit 2024-09-20T19:05:51.439758+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.191:0/398704923' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:05:53.400 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-20T19:05:53.401 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-20T19:05:53.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:53 smithi029 bash[19840]: cluster 2024-09-20T19:05:52.299231+0000 mgr.x (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:53.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:53 smithi029 bash[19840]: cluster 2024-09-20T19:05:52.299231+0000 mgr.x (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:54.637 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:05:54.673 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:54 smithi191 systemd[1]: Started Ceph mon.c for 90d680f0-7782-11ef-baf5-efdc52797490. 2024-09-20T19:05:56.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: cluster 2024-09-20T19:05:54.299628+0000 mgr.x (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: cluster 2024-09-20T19:05:54.299628+0000 mgr.x (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.599043+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.599043+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.604621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.604621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.610687+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.610687+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.612060+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.612060+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.613931+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: audit 2024-09-20T19:05:54.613931+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: cephadm 2024-09-20T19:05:54.615998+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi064 2024-09-20T19:05:56.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:05:55 smithi029 bash[19840]: cephadm 2024-09-20T19:05:54.615998+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi064 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.074+0000 7fec512a2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.074+0000 7fec512a2c80 0 ceph version 19.3.0-5099-g88deadb8 (88deadb8082f4a33832e228ccefc59cedba158a5) squid (dev), process ceph-mon, pid 7 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.074+0000 7fec512a2c80 0 pidfile_write: ignore empty --pid-file 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 0 load: jerasure load: lrc 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Git sha 0 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Compile date 2024-09-20 10:48:39 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: DB SUMMARY 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: DB Session ID: W5H0MWXR5YDIVDHBD7YS 2024-09-20T19:05:56.123 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.env: 0x55ca51922120 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:05:56.124 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.info_log: 0x55ca53783700 2024-09-20T19:05:56.125 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:05:56.125 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.statistics: (nil) 2024-09-20T19:05:56.125 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.use_fsync: 0 2024-09-20T19:05:56.125 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T19:05:56.127 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.db_log_dir: 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.wal_dir: 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.write_buffer_manager: 0x55ca53787b80 2024-09-20T19:05:56.128 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.unordered_write: 0 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:05:56.129 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.row_cache: None 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.wal_filter: None 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.wal_compression: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:05:56.130 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:05:56.131 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_open_files: -1 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Compression algorithms supported: 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kZSTD supported: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:05:56.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.merge_operator: 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_filter: None 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ca53783320) 2024-09-20T19:05:56.133 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cache_index_and_filter_blocks: 1 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: pin_top_level_index_and_filter: 1 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: index_type: 0 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: data_block_index_type: 0 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: index_shortening: 1 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: checksum: 4 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: no_block_cache: 0 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_cache: 0x55ca53779610 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_cache_name: BinnedLRUCache 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_cache_options: 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: capacity : 536870912 2024-09-20T19:05:56.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: num_shard_bits : 4 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: strict_capacity_limit : 0 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: high_pri_pool_ratio: 0.000 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_cache_compressed: (nil) 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: persistent_cache: (nil) 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_size: 4096 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_size_deviation: 10 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_restart_interval: 16 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: index_block_restart_interval: 1 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: metadata_block_size: 4096 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: partition_filters: 0 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: use_delta_encoding: 1 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: filter_policy: bloomfilter 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: whole_key_filtering: 1 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: verify_compression: 0 2024-09-20T19:05:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: read_amp_bytes_per_bit: 0 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: format_version: 5 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: enable_index_compression: 1 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: block_align: 0 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: max_auto_readahead_size: 262144 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: prepopulate_block_cache: 0 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: initial_auto_readahead_size: 8192 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: num_file_reads_for_auto_readahead: 2 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression: NoCompression 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:05:56.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.num_levels: 7 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:05:56.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:05:56.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:05:56.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T19:05:56.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.ttl: 2592000 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:05:56.141 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T19:05:56.142 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5bbc2cdb-8f27-4df7-9aa5-09fe6c143f8d 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859156085931, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.078+0000 7fec512a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859156086391, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726859156, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5bbc2cdb-8f27-4df7-9aa5-09fe6c143f8d", "db_session_id": "W5H0MWXR5YDIVDHBD7YS", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726859156086507, "job": 1, "event": "recovery_finished"} 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ca537a6e00 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 4 rocksdb: DB pointer 0x55ca538aa000 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec4706a640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec4706a640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: ** DB Stats ** 2024-09-20T19:05:56.143 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: ** Compaction Stats [default] ** 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-20T19:05:56.144 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: ** Compaction Stats [default] ** 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:05:56.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: Block cache BinnedLRUCache@0x55ca53779610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 0 using public_addr v2:172.21.15.191:0/0 -> [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.082+0000 7fec512a2c80 1 mon.c@-1(???) e0 preinit fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: e1 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: btime 2024-09-20T19:03:25:688679+0000 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:05:56.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 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-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: legacy client fscid: -1 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: No filesystems configured 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.110+0000 7fec4a070640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:05:56.147 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:52.286286+0000 mgr.x (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:52.286286+0000 mgr.x (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.159645+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.29:0/1695713079' entity='client.admin' 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.159645+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.29:0/1695713079' entity='client.admin' 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.173744+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.173744+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.177880+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:53.177880+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:54.286710+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:54.286710+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:56.287124+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:56.287124+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:58.287638+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.148 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:04:58.287638+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.900949+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.900949+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.904239+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.904239+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.905492+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.905492+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.907992+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.907992+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.909226+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:04:59.909226+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:04:59.910917+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:04:59.910917+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:04:59.996296+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:04:59.996296+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.339227+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.339227+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.345305+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.345305+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.351217+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:00.351217+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:00.065659+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:00.065659+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:00.132511+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:00.132511+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:00.288100+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:00.288100+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:02.288512+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:02.288512+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:04.288938+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:04.288938+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.151 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:06.289348+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:06.289348+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:06.872317+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:06.872317+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:08.161448+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi064 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:08.161448+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi064 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:08.289733+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:08.289733+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:10.290167+0000 mgr.x (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:10.290167+0000 mgr.x (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:11.867697+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:11.867697+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.152 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:11.869508+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:11.869508+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:11.868640+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi064 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:11.868640+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi064 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:12.412425+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:12.412425+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:12.290704+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:12.290704+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:13.942125+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:13.942125+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:14.291250+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:14.291250+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:15.180346+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:15.180346+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:16.291698+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:16.291698+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.153 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:18.292108+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:18.292108+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:18.651392+0000 mgr.x (mgr.14152) 35 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:18.651392+0000 mgr.x (mgr.14152) 35 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:20.292538+0000 mgr.x (mgr.14152) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:20.292538+0000 mgr.x (mgr.14152) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.704363+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.704363+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.709808+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.709808+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.716069+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.716069+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.154 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.721482+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.721482+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.723307+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.723307+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.725535+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.725535+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.727284+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:20.727284+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.729708+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.729708+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.850985+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.850985+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.958806+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:20.958806+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.156904+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.155 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.156904+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.162419+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.162419+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.168753+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:21.168753+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:21.056647+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:21.056647+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:22.292985+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:22.292985+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:24.293444+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:24.293444+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:25.457074+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:25.457074+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:26.293831+0000 mgr.x (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:26.293831+0000 mgr.x (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:26.762695+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-20T19:05:56.156 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:26.762695+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:28.294206+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:28.294206+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:30.294613+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:30.294613+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:30.490949+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:30.490949+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.157 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:30.491807+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:30.491807+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:30.492588+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:30.492588+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:31.025233+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:31.025233+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:32.295065+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:32.295065+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:32.562753+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:32.562753+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:33.706472+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:33.706472+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:34.295504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:34.295504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:36.295934+0000 mgr.x (mgr.14152) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:36.295934+0000 mgr.x (mgr.14152) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:37.190941+0000 mgr.x (mgr.14152) 52 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:37.190941+0000 mgr.x (mgr.14152) 52 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:38.296350+0000 mgr.x (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:38.296350+0000 mgr.x (mgr.14152) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.214700+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.487 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.214700+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.488 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.219862+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.488 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.219862+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.488 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.225767+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.225767+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.230928+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.230928+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.232747+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.232747+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.234734+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.234734+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.236504+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.236504+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.660731+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.660731+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.665558+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.665558+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.489 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.670490+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:39.670490+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.238970+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.238970+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.356747+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.356747+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.462267+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.462267+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.561259+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:39.561259+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:40.296753+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:40.296753+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.490 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:42.297169+0000 mgr.x (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:42.297169+0000 mgr.x (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:43.943376+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:43.943376+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:44.297566+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:44.297566+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:44.731330+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:44.731330+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.29:0/79708527' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:44.735713+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:44.735713+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:46.298006+0000 mgr.x (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:46.298006+0000 mgr.x (mgr.14152) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.491 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.095108+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.095108+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:48.100273+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c;count:3 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:48.100273+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi064:172.21.15.64=b;smithi191:172.21.15.191=c;count:3 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.106208+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.106208+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.107960+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.107960+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:48.298399+0000 mgr.x (mgr.14152) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:48.298399+0000 mgr.x (mgr.14152) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.787172+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.787172+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.788087+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.788087+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:05:56.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.795021+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.795021+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.799045+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.799045+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.800502+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:48.800502+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:48.801988+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:48.801988+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:50.298816+0000 mgr.x (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:50.298816+0000 mgr.x (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:51.439758+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.191:0/398704923' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:51.439758+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.191:0/398704923' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:52.299231+0000 mgr.x (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.493 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:52.299231+0000 mgr.x (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:54.299628+0000 mgr.x (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cluster 2024-09-20T19:05:54.299628+0000 mgr.x (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.599043+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.599043+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.604621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.604621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.610687+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.610687+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.612060+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.612060+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.613931+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: audit 2024-09-20T19:05:54.613931+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:05:56.494 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:54.615998+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi064 2024-09-20T19:05:56.495 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: cephadm 2024-09-20T19:05:54.615998+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi064 2024-09-20T19:05:56.495 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:05:56 smithi191 bash[22010]: debug 2024-09-20T19:05:56.118+0000 7fec4a070640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-20T19:06:00.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:00 smithi064 bash[21771]: debug 2024-09-20T19:06:00.233+0000 7f9ad72ed640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-20T19:06:01.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:01.563 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:01.564 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.565 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.566 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.566 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.566 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.566 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.566 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:01 smithi029 bash[19840]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:01.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:01.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:01.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:01.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:01 smithi191 bash[22010]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.128550+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.133722+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:56.134044+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:56.153507+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:56.300029+0000 mgr.x (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:57.128566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:58.128654+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.670 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:58.129800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:05:58.300420+0000 mgr.x (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:05:59.128658+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:00.128777+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:00.242031+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:00.300795+0000 mgr.x (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.129110+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.671 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.176575+0000 mon.a (mon.0) 172 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182795+0000 mon.a (mon.0) 173 : cluster [DBG] monmap epoch 2 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182826+0000 mon.a (mon.0) 174 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182843+0000 mon.a (mon.0) 175 : cluster [DBG] last_changed 2024-09-20T19:05:56.127978+0000 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182857+0000 mon.a (mon.0) 176 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182873+0000 mon.a (mon.0) 177 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.672 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182892+0000 mon.a (mon.0) 178 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182914+0000 mon.a (mon.0) 179 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.182934+0000 mon.a (mon.0) 180 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201204+0000 mon.a (mon.0) 181 : cluster [DBG] fsmap 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201255+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201533+0000 mon.a (mon.0) 183 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:01.201781+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.673 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.208157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.214836+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.222995+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.230508+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:01.242512+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.674 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.675 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.676 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.677 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.678 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.679 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.680 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.680 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:07.680 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:07 smithi064 bash[21771]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:07.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.737 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.738 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.739 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.740 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.741 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.742 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.743 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.743 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.743 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.743 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:07.743 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:07 smithi191 bash[22010]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:07.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.248553+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:06:07.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.249110+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.250877+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.270280+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:02.270687+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:02.301252+0000 mgr.x (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:03.242664+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:04.242916+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:04.244737+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:04.301730+0000 mgr.x (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:05.243018+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.812 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:06.243332+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:06.302201+0000 mgr.x (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.243211+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.289840+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297104+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297155+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297186+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-09-20T19:06:02.242383+0000 2024-09-20T19:06:07.813 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297226+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-09-20T19:03:20.677548+0000 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297265+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297304+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297342+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297382+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.297426+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.b 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317247+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-09-20T19:06:07.814 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317332+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.317676+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: cluster 2024-09-20T19:06:07.318007+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.326477+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.331995+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.337582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.343531+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.815 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.349608+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:07.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.351217+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:07.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:07.816 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:07 smithi029 bash[19840]: audit 2024-09-20T19:06:07.353040+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:08.581 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-20T19:06:08.581 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":3,"fsid":"90d680f0-7782-11ef-baf5-efdc52797490","modified":"2024-09-20T19:06:02.242383Z","created":"2024-09-20T19:03:20.677548Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:3300","nonce":0},{"type":"v1","addr":"172.21.15.191:6789","nonce":0}]},"addr":"172.21.15.191:6789/0","public_addr":"172.21.15.191:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:3300","nonce":0},{"type":"v1","addr":"172.21.15.64:6789","nonce":0}]},"addr":"172.21.15.64:6789/0","public_addr":"172.21.15.64:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-20T19:06:08.581 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 3 2024-09-20T19:06:08.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.920 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.921 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:08.922 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:08.923 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:08.924 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:08.924 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:08 smithi064 bash[21771]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:08.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.987 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.988 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:08.989 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:08.990 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:08.990 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:08.990 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:08 smithi191 bash[22010]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:09.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:09.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.355380+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:06:09.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:09.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.356107+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.356510+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.536327+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.536755+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.537302+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.658765+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.664496+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.670022+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.674241+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.678318+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.682342+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.686786+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.724763+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.730276+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.735527+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.740508+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:09.063 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.741018+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.741403+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.742376+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:07.743315+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: cephadm 2024-09-20T19:06:07.744534+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi029 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:08.242815+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:09.064 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:08 smithi029 bash[19840]: audit 2024-09-20T19:06:08.577586+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.191:0/3164106259' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-20T19:06:09.222 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-20T19:06:09.223 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph config generate-minimal-conf 2024-09-20T19:06:10.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:09 smithi029 bash[19840]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:10.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:09 smithi029 bash[19840]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:10.168 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:09 smithi064 bash[21771]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:10.168 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:09 smithi064 bash[21771]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:10.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:09 smithi191 bash[22010]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:10.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:09 smithi191 bash[22010]: cluster 2024-09-20T19:06:08.302501+0000 mgr.x (mgr.14152) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.420 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:11 smithi064 bash[21771]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:11 smithi191 bash[22010]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.147089+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.151250+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cephadm 2024-09-20T19:06:10.152184+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T19:06:11.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.152607+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.153859+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: audit 2024-09-20T19:06:10.155053+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cephadm 2024-09-20T19:06:10.156407+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi064 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:11.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:11 smithi029 bash[19840]: cluster 2024-09-20T19:06:10.302854+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.419 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:13 smithi064 bash[21771]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.486 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:13 smithi191 bash[22010]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.138194+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.145240+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cephadm 2024-09-20T19:06:12.146818+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.560 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.147403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.149244+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: audit 2024-09-20T19:06:12.151113+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cephadm 2024-09-20T19:06:12.153221+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.561 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:13 smithi029 bash[19840]: cluster 2024-09-20T19:06:12.303273+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:13.959 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:06:15.319 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:15.319 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-09-20T19:06:15.319 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:06:15.319 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-09-20T19:06:15.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:15 smithi064 bash[21771]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:15 smithi191 bash[22010]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: cluster 2024-09-20T19:06:14.303699+0000 mgr.x (mgr.14152) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.398767+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.405653+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.408130+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:15.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.411971+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.413724+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:14.422927+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.811 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:15 smithi029 bash[19840]: audit 2024-09-20T19:06:15.315776+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.29:0/2680823777' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:15.991 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-20T19:06:15.992 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:06:15.992 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-09-20T19:06:16.006 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:06:16.006 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:06:16.063 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T19:06:16.063 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.conf 2024-09-20T19:06:16.079 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T19:06:16.079 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:06:16.134 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T19:06:16.134 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2024-09-20T19:06:16.149 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T19:06:16.149 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:06:16.205 INFO:tasks.cephadm:Adding mgr.x on smithi029 2024-09-20T19:06:16.205 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch apply mgr '1;smithi029=x' 2024-09-20T19:06:17.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:17 smithi064 bash[21771]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:17.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:17 smithi064 bash[21771]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:17.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:17 smithi191 bash[22010]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:17.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:17 smithi191 bash[22010]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:17.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:17 smithi029 bash[19840]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:17.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:17 smithi029 bash[19840]: cluster 2024-09-20T19:06:16.304133+0000 mgr.x (mgr.14152) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:19 smithi064 bash[21771]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:19 smithi064 bash[21771]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:19 smithi191 bash[22010]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:19 smithi191 bash[22010]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:19 smithi029 bash[19840]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:19 smithi029 bash[19840]: cluster 2024-09-20T19:06:18.304573+0000 mgr.x (mgr.14152) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:19.963 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:06:21.347 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mgr update... 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:21 smithi064 bash[21771]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:21 smithi191 bash[22010]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: cluster 2024-09-20T19:06:20.305004+0000 mgr.x (mgr.14152) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:21.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: audit 2024-09-20T19:06:21.343219+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:21.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:21 smithi029 bash[19840]: audit 2024-09-20T19:06:21.345047+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:06:21.926 DEBUG:tasks.cephadm:set 0 configs 2024-09-20T19:06:21.926 INFO:tasks.cephadm:Deploying OSDs... 2024-09-20T19:06:21.926 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:06:21.927 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-20T19:06:21.934 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-20T19:06:21.934 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-20 18:55:11.304063297 +0000 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-20 18:55:11.300063333 +0000 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-20 18:55:11.300063333 +0000 2024-09-20T19:06:21.980 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-09-20T19:06:21.980 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-20T19:06:22.039 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-20T19:06:22.039 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-20T19:06:22.039 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000316634 s, 1.6 MB/s 2024-09-20T19:06:22.041 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-20T19:06:22.092 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-09-20T19:06:22.143 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-20T19:06:22.143 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.143 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-20T19:06:22.143 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.144 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-20 18:55:12.052056649 +0000 2024-09-20T19:06:22.144 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-20 18:55:11.780059066 +0000 2024-09-20T19:06:22.144 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-20 18:55:11.780059066 +0000 2024-09-20T19:06:22.144 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-09-20T19:06:22.144 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-20T19:06:22.202 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-20T19:06:22.202 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-20T19:06:22.202 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000294014 s, 1.7 MB/s 2024-09-20T19:06:22.203 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-20T19:06:22.256 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-20 18:55:12.528052417 +0000 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-20 18:55:12.284054586 +0000 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-20 18:55:12.284054586 +0000 2024-09-20T19:06:22.303 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-09-20T19:06:22.304 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-20T19:06:22.357 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-20T19:06:22.357 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-20T19:06:22.357 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.00029061 s, 1.8 MB/s 2024-09-20T19:06:22.358 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-20T19:06:22.408 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-09-20T19:06:22.455 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-20T19:06:22.455 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.455 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-09-20T19:06:22.455 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.455 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-20 18:55:13.008048150 +0000 2024-09-20T19:06:22.456 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-20 18:55:12.776050212 +0000 2024-09-20T19:06:22.456 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-20 18:55:12.776050212 +0000 2024-09-20T19:06:22.456 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-09-20T19:06:22.456 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-20T19:06:22.509 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-20T19:06:22.509 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-20T19:06:22.509 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000303818 s, 1.7 MB/s 2024-09-20T19:06:22.510 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-20T19:06:22.560 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-09-20T19:06:22.561 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2024-09-20T19:06:22.567 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-20T19:06:22.568 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_1 2024-09-20T19:06:22.615 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-20T19:06:22.615 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.615 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-09-20T19:06:22.615 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.615 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-09-20 18:55:01.729617856 +0000 2024-09-20T19:06:22.616 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-09-20 18:55:01.461620249 +0000 2024-09-20T19:06:22.616 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-09-20 18:55:01.461620249 +0000 2024-09-20T19:06:22.616 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-09-20T19:06:22.616 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:22 smithi064 bash[21771]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.670 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-09-20T19:06:22.670 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-09-20T19:06:22.670 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000423924 s, 1.2 MB/s 2024-09-20T19:06:22.671 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:22 smithi029 bash[19840]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.720 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_2 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:21.333987+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi029=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: cephadm 2024-09-20T19:06:21.336961+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi029=x;count:1 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.058169+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.059185+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.067101+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.074114+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.107404+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.108558+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:22 smithi191 bash[22010]: audit 2024-09-20T19:06:22.109589+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:22.766 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-20T19:06:22.766 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.766 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-20T19:06:22.766 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.766 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-09-20 18:55:02.229613389 +0000 2024-09-20T19:06:22.767 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-09-20 18:55:02.005615390 +0000 2024-09-20T19:06:22.767 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-09-20 18:55:02.005615390 +0000 2024-09-20T19:06:22.767 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-09-20T19:06:22.767 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-20T19:06:22.821 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-09-20T19:06:22.821 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-09-20T19:06:22.821 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000438076 s, 1.2 MB/s 2024-09-20T19:06:22.822 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-20T19:06:22.871 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_3 2024-09-20T19:06:22.918 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-20T19:06:22.918 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:22.918 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-09-20T19:06:22.918 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:22.919 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-09-20 18:55:02.717609030 +0000 2024-09-20T19:06:22.919 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-09-20 18:55:02.453611388 +0000 2024-09-20T19:06:22.919 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-09-20 18:55:02.453611388 +0000 2024-09-20T19:06:22.919 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-09-20T19:06:22.919 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-20T19:06:22.973 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-09-20T19:06:22.974 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-09-20T19:06:22.974 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000439276 s, 1.2 MB/s 2024-09-20T19:06:22.975 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-20T19:06:23.024 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_4 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-09-20 18:55:03.221604529 +0000 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-09-20 18:55:02.961606851 +0000 2024-09-20T19:06:23.070 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-09-20 18:55:02.961606851 +0000 2024-09-20T19:06:23.071 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-09-20T19:06:23.071 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-20T19:06:23.125 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-09-20T19:06:23.125 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-09-20T19:06:23.125 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000379759 s, 1.3 MB/s 2024-09-20T19:06:23.126 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-20T19:06:23.176 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-20T19:06:23.176 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-09-20T19:06:23.182 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-20T19:06:23.183 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-20 18:54:58.944818728 +0000 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-20 18:54:58.712820800 +0000 2024-09-20T19:06:23.230 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-20 18:54:58.712820800 +0000 2024-09-20T19:06:23.231 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-20T19:06:23.231 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-20T19:06:23.284 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-20T19:06:23.284 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-20T19:06:23.285 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.0004437 s, 1.2 MB/s 2024-09-20T19:06:23.286 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-20T19:06:23.334 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2024-09-20T19:06:23.381 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-20 18:54:59.172816691 +0000 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-20 18:54:59.168816727 +0000 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-20 18:54:59.168816727 +0000 2024-09-20T19:06:23.382 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-20T19:06:23.382 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-20T19:06:23.436 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-20T19:06:23.436 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-20T19:06:23.436 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000354662 s, 1.4 MB/s 2024-09-20T19:06:23.437 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-20T19:06:23.487 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-20 18:54:59.880810368 +0000 2024-09-20T19:06:23.533 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-20 18:54:59.612812761 +0000 2024-09-20T19:06:23.534 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-20 18:54:59.612812761 +0000 2024-09-20T19:06:23.534 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-20T19:06:23.534 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.586 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:23 smithi191 bash[22010]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.587 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-20T19:06:23.587 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-20T19:06:23.587 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000339624 s, 1.5 MB/s 2024-09-20T19:06:23.589 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-20T19:06:23.639 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2024-09-20T19:06:23.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:23 smithi064 bash[21771]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cephadm 2024-09-20T19:06:22.106791+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.668 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cephadm 2024-09-20T19:06:22.110589+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi029 2024-09-20T19:06:23.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.669 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:23 smithi029 bash[19840]: cluster 2024-09-20T19:06:22.305333+0000 mgr.x (mgr.14152) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-20 18:55:00.368806008 +0000 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-20 18:55:00.120808223 +0000 2024-09-20T19:06:23.685 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-20 18:55:00.120808223 +0000 2024-09-20T19:06:23.686 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-20T19:06:23.686 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-20T19:06:23.739 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-20T19:06:23.739 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-20T19:06:23.739 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000282752 s, 1.8 MB/s 2024-09-20T19:06:23.741 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-20T19:06:23.791 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2024-09-20T19:06:23.791 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-20T19:06:25.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:25 smithi064 bash[21771]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:25 smithi191 bash[22010]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: cluster 2024-09-20T19:06:24.305792+0000 mgr.x (mgr.14152) 100 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:25.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: audit 2024-09-20T19:06:24.407080+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:25.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:25 smithi029 bash[19840]: audit 2024-09-20T19:06:24.412704+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:06:27.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:27 smithi064 bash[21771]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:27.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:27 smithi064 bash[21771]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:27.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:27 smithi191 bash[22010]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:27.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:27 smithi191 bash[22010]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:27.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:27 smithi029 bash[19840]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:27.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:27 smithi029 bash[19840]: cluster 2024-09-20T19:06:26.306296+0000 mgr.x (mgr.14152) 101 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:28.515 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:06:29.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:29 smithi029 bash[19840]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:29.676 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:29 smithi029 bash[19840]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:29.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:29 smithi191 bash[22010]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:29.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:29 smithi191 bash[22010]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:29.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:29 smithi064 bash[21771]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:29.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:29 smithi064 bash[21771]: cluster 2024-09-20T19:06:28.306825+0000 mgr.x (mgr.14152) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.559 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:31 smithi029 bash[19840]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.559 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:31 smithi029 bash[19840]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:31 smithi191 bash[22010]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:31 smithi191 bash[22010]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:31 smithi064 bash[21771]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:31.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:31 smithi064 bash[21771]: cluster 2024-09-20T19:06:30.307230+0000 mgr.x (mgr.14152) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:32.770 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:06:32.821 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-09-20T19:06:33.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:33 smithi191 bash[22010]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:33.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:33 smithi191 bash[22010]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:33.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:33 smithi029 bash[19840]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:33.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:33 smithi029 bash[19840]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:33.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:33 smithi064 bash[21771]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:33.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:33 smithi064 bash[21771]: cluster 2024-09-20T19:06:32.307653+0000 mgr.x (mgr.14152) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:35 smithi191 bash[22010]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:35 smithi191 bash[22010]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:35 smithi029 bash[19840]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:35 smithi029 bash[19840]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:35 smithi064 bash[21771]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:35.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:35 smithi064 bash[21771]: cluster 2024-09-20T19:06:34.308106+0000 mgr.x (mgr.14152) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.554 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:06:37.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:37 smithi191 bash[22010]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:37 smithi191 bash[22010]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:37 smithi029 bash[19840]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:37 smithi029 bash[19840]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:37 smithi064 bash[21771]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:37.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:37 smithi064 bash[21771]: cluster 2024-09-20T19:06:36.308648+0000 mgr.x (mgr.14152) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:39.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:39 smithi191 bash[22010]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:39.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:39.810 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:39 smithi029 bash[19840]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:39.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: cluster 2024-09-20T19:06:38.309114+0000 mgr.x (mgr.14152) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.960126+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.966743+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.971901+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:39.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:39 smithi064 bash[21771]: audit 2024-09-20T19:06:38.973016+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:06:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:41 smithi191 bash[22010]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:41 smithi191 bash[22010]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:41.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:41 smithi029 bash[19840]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:41.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:41 smithi029 bash[19840]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:41.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:41 smithi064 bash[21771]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:41.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:41 smithi064 bash[21771]: cluster 2024-09-20T19:06:40.309528+0000 mgr.x (mgr.14152) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:43 smithi191 bash[22010]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:43 smithi191 bash[22010]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:43 smithi029 bash[19840]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:43 smithi029 bash[19840]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:43 smithi064 bash[21771]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:43.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:43 smithi064 bash[21771]: cluster 2024-09-20T19:06:42.309946+0000 mgr.x (mgr.14152) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.567 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:45 smithi029 bash[19840]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.567 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:45 smithi029 bash[19840]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:45 smithi191 bash[22010]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:45 smithi191 bash[22010]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:45 smithi064 bash[21771]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:45.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:45 smithi064 bash[21771]: cluster 2024-09-20T19:06:44.310343+0000 mgr.x (mgr.14152) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:47.736 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:47 smithi191 bash[22010]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:47.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:47 smithi029 bash[19840]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:47.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: cluster 2024-09-20T19:06:46.310831+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:47.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.413441+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"} : dispatch 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.416319+0000 mon.a (mon.0) 271 : audit [INF] from='client.? 172.21.15.29:0/1078451351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8452a182-27ae-4798-8a02-3fda8fc074db"}]': finished 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: cluster 2024-09-20T19:06:47.419085+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:47.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:47 smithi064 bash[21771]: audit 2024-09-20T19:06:47.419276+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:06:48.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:48 smithi191 bash[22010]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:48.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:48 smithi191 bash[22010]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:48.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:48 smithi029 bash[19840]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:48.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:48 smithi029 bash[19840]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:48.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:48 smithi064 bash[21771]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:48.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:48 smithi064 bash[21771]: audit 2024-09-20T19:06:48.037720+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.29:0/2678207797' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:06:49.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:49 smithi191 bash[22010]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:49.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:49 smithi191 bash[22010]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:49.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:49 smithi029 bash[19840]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:49.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:49 smithi029 bash[19840]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:49.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:49 smithi064 bash[21771]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:49.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:49 smithi064 bash[21771]: cluster 2024-09-20T19:06:48.311280+0000 mgr.x (mgr.14152) 113 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:51 smithi191 bash[22010]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:51 smithi191 bash[22010]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.739 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:51 smithi029 bash[19840]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.740 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:51 smithi029 bash[19840]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:51 smithi064 bash[21771]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:51.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:51 smithi064 bash[21771]: cluster 2024-09-20T19:06:50.311679+0000 mgr.x (mgr.14152) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:53 smithi191 bash[22010]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:53 smithi191 bash[22010]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:53 smithi029 bash[19840]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:53 smithi029 bash[19840]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:53 smithi064 bash[21771]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:53.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:53 smithi064 bash[21771]: cluster 2024-09-20T19:06:52.312128+0000 mgr.x (mgr.14152) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:55 smithi191 bash[22010]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:55 smithi191 bash[22010]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:55 smithi029 bash[19840]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:55 smithi029 bash[19840]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:55 smithi064 bash[21771]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:55.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:55 smithi064 bash[21771]: cluster 2024-09-20T19:06:54.312572+0000 mgr.x (mgr.14152) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:57 smithi191 bash[22010]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:57 smithi191 bash[22010]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:57 smithi029 bash[19840]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:57 smithi029 bash[19840]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:57 smithi064 bash[21771]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:57.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:57 smithi064 bash[21771]: cluster 2024-09-20T19:06:56.313024+0000 mgr.x (mgr.14152) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:59 smithi191 bash[22010]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:06:59 smithi191 bash[22010]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:59 smithi029 bash[19840]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:06:59 smithi029 bash[19840]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:59 smithi064 bash[21771]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:06:59.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:06:59 smithi064 bash[21771]: cluster 2024-09-20T19:06:58.313473+0000 mgr.x (mgr.14152) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.852 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.852 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.852 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:01.852 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:01 smithi029 bash[19840]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:01 smithi064 bash[21771]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: cluster 2024-09-20T19:07:00.313826+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: audit 2024-09-20T19:07:01.224652+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:01.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:01 smithi191 bash[22010]: audit 2024-09-20T19:07:01.226297+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:02.747 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:02 smithi029 bash[19840]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:02.747 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:02 smithi029 bash[19840]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:02.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:02 smithi064 bash[21771]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:02.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:02 smithi064 bash[21771]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:02.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:02 smithi191 bash[22010]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:02.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:02 smithi191 bash[22010]: cephadm 2024-09-20T19:07:01.227844+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi029 2024-09-20T19:07:03.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:03 smithi029 bash[19840]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:03.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:03 smithi029 bash[19840]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:03.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:03 smithi064 bash[21771]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:03.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:03 smithi064 bash[21771]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:03.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:03 smithi191 bash[22010]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:03.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:03 smithi191 bash[22010]: cluster 2024-09-20T19:07:02.314288+0000 mgr.x (mgr.14152) 121 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.656 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:07:05 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:07:05.657 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:05 smithi029 bash[19840]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.657 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:05 smithi029 bash[19840]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.657 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:05 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:07:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:05 smithi064 bash[21771]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:05 smithi064 bash[21771]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:05 smithi191 bash[22010]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:05 smithi191 bash[22010]: cluster 2024-09-20T19:07:04.314772+0000 mgr.x (mgr.14152) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:06.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:05 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:07:06.007 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:07:05 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:06 smithi029 bash[19840]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:06 smithi064 bash[21771]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.921609+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:06.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.925341+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:06.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:06 smithi191 bash[22010]: audit 2024-09-20T19:07:05.929305+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:08.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:07 smithi191 bash[22010]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:08.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:07 smithi191 bash[22010]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:08.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:07 smithi029 bash[19840]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:08.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:07 smithi029 bash[19840]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:08.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:07 smithi064 bash[21771]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:08.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:07 smithi064 bash[21771]: cluster 2024-09-20T19:07:06.315181+0000 mgr.x (mgr.14152) 123 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:09 smithi191 bash[22010]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:09 smithi191 bash[22010]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:09 smithi029 bash[19840]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:09 smithi029 bash[19840]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:09 smithi064 bash[21771]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:10.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:09 smithi064 bash[21771]: cluster 2024-09-20T19:07:08.315596+0000 mgr.x (mgr.14152) 124 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:11 smithi191 bash[22010]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:11 smithi029 bash[19840]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: cluster 2024-09-20T19:07:10.316043+0000 mgr.x (mgr.14152) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:12.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.201584+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.205604+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.865883+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.867403+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:12.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:11 smithi064 bash[21771]: audit 2024-09-20T19:07:11.876263+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:14.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:13 smithi191 bash[22010]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:14.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:13 smithi191 bash[22010]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:13 smithi029 bash[19840]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:14.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:13 smithi029 bash[19840]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:14.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:13 smithi064 bash[21771]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:14.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:13 smithi064 bash[21771]: cluster 2024-09-20T19:07:12.316504+0000 mgr.x (mgr.14152) 126 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:15 smithi029 bash[19840]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:15 smithi029 bash[19840]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:15 smithi191 bash[22010]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:15 smithi191 bash[22010]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:15 smithi064 bash[21771]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:16.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:15 smithi064 bash[21771]: cluster 2024-09-20T19:07:14.316932+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:17 smithi191 bash[22010]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:17 smithi191 bash[22010]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:17 smithi029 bash[19840]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:17 smithi029 bash[19840]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:17 smithi064 bash[21771]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:17 smithi064 bash[21771]: cluster 2024-09-20T19:07:16.317256+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:18.645 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2024-09-20T19:07:19.181 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.0.service 2024-09-20T19:07:19.183 INFO:tasks.cephadm:Deploying osd.1 on smithi029 with /dev/vg_nvme/lv_3... 2024-09-20T19:07:19.184 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-20T19:07:19.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:18 smithi029 bash[19840]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:18 smithi191 bash[22010]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.624400+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:07:19.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.630770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:18 smithi064 bash[21771]: audit 2024-09-20T19:07:18.638320+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:19.808 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:07:19 smithi029 bash[29848]: debug 2024-09-20T19:07:19.478+0000 7f1c70c50640 -1 osd.0 0 log_to_monitors true 2024-09-20T19:07:20.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:19 smithi191 bash[22010]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:19 smithi191 bash[22010]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:19 smithi191 bash[22010]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:20.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:19 smithi191 bash[22010]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:20.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:19 smithi029 bash[19840]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:19 smithi029 bash[19840]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:19 smithi029 bash[19840]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:20.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:19 smithi029 bash[19840]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:20.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:19 smithi064 bash[21771]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:19 smithi064 bash[21771]: cluster 2024-09-20T19:07:18.317644+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:20.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:19 smithi064 bash[21771]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:20.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:19 smithi064 bash[21771]: audit 2024-09-20T19:07:19.484944+0000 mon.a (mon.0) 288 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-20T19:07:21.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:20 smithi191 bash[22010]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:20 smithi029 bash[19840]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.960825+0000 mon.a (mon.0) 289 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: cluster 2024-09-20T19:07:19.965560+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.966463+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:19.967009+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:20 smithi064 bash[21771]: audit 2024-09-20T19:07:20.962999+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:07:21.558 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[29848]: debug 2024-09-20T19:07:21.302+0000 7f1c6cbd3640 -1 osd.0 0 waiting for initial osdmap 2024-09-20T19:07:21.558 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[29848]: debug 2024-09-20T19:07:21.330+0000 7f1c649f2640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:07:22.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:22.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:21 smithi191 bash[22010]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:22.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:21 smithi029 bash[19840]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.318063+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.967811+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:20.971934+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:20.987004+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:22.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:22.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:21 smithi064 bash[21771]: audit 2024-09-20T19:07:21.311684+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437]' entity='osd.0' 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.235 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:22 smithi191 bash[22010]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:22 smithi029 bash[19840]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.473983+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:20.474073+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: audit 2024-09-20T19:07:21.977661+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.315124+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2961457437,v1:172.21.15.29:6803/2961457437] boot 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.315186+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T19:07:23.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:22 smithi064 bash[21771]: audit 2024-09-20T19:07:22.315655+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:07:23.673 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:07:24.099 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:23 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:23 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:23 smithi064 bash[21771]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:23 smithi064 bash[21771]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:24.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:23 smithi064 bash[21771]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:24.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:23 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:23 smithi191 bash[22010]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:23 smithi191 bash[22010]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:24.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:23 smithi191 bash[22010]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:24.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:24 smithi029 bash[19840]: cluster 2024-09-20T19:07:22.318453+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:07:24.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:24 smithi029 bash[19840]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:24.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:24 smithi029 bash[19840]: cluster 2024-09-20T19:07:23.322390+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T19:07:26.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:25 smithi029 bash[19840]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:26.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:25 smithi029 bash[19840]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:26.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:25 smithi064 bash[21771]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:26.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:25 smithi064 bash[21771]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:26.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:25 smithi191 bash[22010]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:26.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:25 smithi191 bash[22010]: cluster 2024-09-20T19:07:24.318933+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:27 smithi029 bash[19840]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:27 smithi029 bash[19840]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:27 smithi064 bash[21771]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:27 smithi064 bash[21771]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:27 smithi191 bash[22010]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:28.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:27 smithi191 bash[22010]: cluster 2024-09-20T19:07:26.319421+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:29 smithi029 bash[19840]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:29 smithi064 bash[21771]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: cluster 2024-09-20T19:07:28.319796+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.201735+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.206861+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.208858+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.213418+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.216253+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.217989+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:30.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:29 smithi191 bash[22010]: audit 2024-09-20T19:07:29.224225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:07:31.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:30 smithi029 bash[19840]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:30 smithi029 bash[19840]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:30 smithi029 bash[19840]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:30 smithi029 bash[19840]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:30 smithi064 bash[21771]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:30 smithi064 bash[21771]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:30 smithi064 bash[21771]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:30 smithi064 bash[21771]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:30 smithi191 bash[22010]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:30 smithi191 bash[22010]: cephadm 2024-09-20T19:07:29.196273+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:07:31.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:30 smithi191 bash[22010]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:30 smithi191 bash[22010]: cephadm 2024-09-20T19:07:29.210023+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 17269M 2024-09-20T19:07:31.728 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:07:31.780 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi029:vg_nvme/lv_3 2024-09-20T19:07:32.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:32 smithi029 bash[19840]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:32.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:32 smithi029 bash[19840]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:32.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:32 smithi064 bash[21771]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:32.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:32 smithi064 bash[21771]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:32.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:32 smithi191 bash[22010]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:32.633 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:32 smithi191 bash[22010]: cluster 2024-09-20T19:07:30.320254+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:34 smithi029 bash[19840]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:34 smithi029 bash[19840]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:34 smithi064 bash[21771]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:34 smithi064 bash[21771]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:34 smithi191 bash[22010]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:34.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:34 smithi191 bash[22010]: cluster 2024-09-20T19:07:32.320773+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:36 smithi029 bash[19840]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:36 smithi029 bash[19840]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:36 smithi064 bash[21771]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:36 smithi064 bash[21771]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:36 smithi191 bash[22010]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:36 smithi191 bash[22010]: cluster 2024-09-20T19:07:34.321252+0000 mgr.x (mgr.14152) 139 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:36.564 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:07:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:38 smithi029 bash[19840]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:38.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:38.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:38 smithi064 bash[21771]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: cluster 2024-09-20T19:07:36.321710+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.973485+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.484 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.977192+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:07:38.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:38.485 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:38 smithi191 bash[22010]: audit 2024-09-20T19:07:37.978458+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:07:39.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:39 smithi029 bash[19840]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:39.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:39 smithi029 bash[19840]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:39.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:39 smithi064 bash[21771]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:39.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:39 smithi064 bash[21771]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:39.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:39 smithi191 bash[22010]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:39.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:39 smithi191 bash[22010]: audit 2024-09-20T19:07:37.970880+0000 mgr.x (mgr.14152) 141 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:07:40.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:40 smithi029 bash[19840]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:40.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:40 smithi029 bash[19840]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:40.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:40 smithi064 bash[21771]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:40.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:40 smithi064 bash[21771]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:40.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:40 smithi191 bash[22010]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:40.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:40 smithi191 bash[22010]: cluster 2024-09-20T19:07:38.322040+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:41 smithi064 bash[21771]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:41 smithi064 bash[21771]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:41 smithi191 bash[22010]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:41 smithi191 bash[22010]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:41 smithi029 bash[19840]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:41.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:41 smithi029 bash[19840]: cluster 2024-09-20T19:07:40.322472+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:43 smithi064 bash[21771]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:43 smithi064 bash[21771]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:43 smithi191 bash[22010]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:43 smithi191 bash[22010]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:43 smithi029 bash[19840]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:43.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:43 smithi029 bash[19840]: cluster 2024-09-20T19:07:42.322910+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:45 smithi064 bash[21771]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:45 smithi064 bash[21771]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:45 smithi191 bash[22010]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:45 smithi191 bash[22010]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:45 smithi029 bash[19840]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:45.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:45 smithi029 bash[19840]: cluster 2024-09-20T19:07:44.323391+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:46.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:46.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:46 smithi064 bash[21771]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:46.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:46.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:46 smithi191 bash[22010]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:46.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.372389+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"} : dispatch 2024-09-20T19:07:46.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.374270+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.29:0/3237908928' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd54aecf-5b62-4c30-b289-5997166e6f89"}]': finished 2024-09-20T19:07:46.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: cluster 2024-09-20T19:07:46.376419+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T19:07:46.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:46.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:46 smithi029 bash[19840]: audit 2024-09-20T19:07:46.376569+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:07:47.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:47 smithi064 bash[21771]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:47 smithi064 bash[21771]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:47 smithi064 bash[21771]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:47.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:47 smithi064 bash[21771]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:47.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:47 smithi191 bash[22010]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:47 smithi191 bash[22010]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:47 smithi191 bash[22010]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:47.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:47 smithi191 bash[22010]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:47.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:47 smithi029 bash[19840]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:47 smithi029 bash[19840]: cluster 2024-09-20T19:07:46.323853+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:47.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:47 smithi029 bash[19840]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:47.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:47 smithi029 bash[19840]: audit 2024-09-20T19:07:47.053857+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.29:0/3396165251' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:07:49.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:49 smithi064 bash[21771]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:49.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:49 smithi064 bash[21771]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:49.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:49 smithi191 bash[22010]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:49.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:49 smithi191 bash[22010]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:49.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:49 smithi029 bash[19840]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:49.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:49 smithi029 bash[19840]: cluster 2024-09-20T19:07:48.324436+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:51 smithi064 bash[21771]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:51 smithi064 bash[21771]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:51 smithi191 bash[22010]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:51 smithi191 bash[22010]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:51 smithi029 bash[19840]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:51.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:51 smithi029 bash[19840]: cluster 2024-09-20T19:07:50.324865+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:53 smithi064 bash[21771]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:53 smithi064 bash[21771]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:53 smithi191 bash[22010]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:53 smithi191 bash[22010]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:53 smithi029 bash[19840]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:53.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:53 smithi029 bash[19840]: cluster 2024-09-20T19:07:52.325381+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:55 smithi064 bash[21771]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:55 smithi064 bash[21771]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:55 smithi191 bash[22010]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:55 smithi191 bash[22010]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:55 smithi029 bash[19840]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:55.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:55 smithi029 bash[19840]: cluster 2024-09-20T19:07:54.325979+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:57 smithi064 bash[21771]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:57 smithi064 bash[21771]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:57 smithi191 bash[22010]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:57 smithi191 bash[22010]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:57 smithi029 bash[19840]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:57.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:57 smithi029 bash[19840]: cluster 2024-09-20T19:07:56.326583+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:59 smithi191 bash[22010]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:07:59 smithi191 bash[22010]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:59 smithi029 bash[19840]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:07:59 smithi029 bash[19840]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:59 smithi064 bash[21771]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:07:59.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:07:59 smithi064 bash[21771]: cluster 2024-09-20T19:07:58.327099+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:00.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:00 smithi191 bash[22010]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:00.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:00 smithi029 bash[19840]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: audit 2024-09-20T19:07:59.561705+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: audit 2024-09-20T19:07:59.563572+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:00.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:00 smithi064 bash[21771]: cephadm 2024-09-20T19:07:59.565100+0000 mgr.x (mgr.14152) 153 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-09-20T19:08:01.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:01 smithi191 bash[22010]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:01.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:01 smithi191 bash[22010]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:01.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:01 smithi029 bash[19840]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:01.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:01 smithi029 bash[19840]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:01 smithi064 bash[21771]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:01 smithi064 bash[21771]: cluster 2024-09-20T19:08:00.327543+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:03 smithi191 bash[22010]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:03 smithi191 bash[22010]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.741 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:03 smithi029 bash[19840]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.741 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:03 smithi029 bash[19840]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:03 smithi064 bash[21771]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:03.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:03 smithi064 bash[21771]: cluster 2024-09-20T19:08:02.328102+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:04.057 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:08:03 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.058 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:08:03 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:03 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.434 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.434 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:08:04 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.434 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:08:04 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:04.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:04 smithi191 bash[22010]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:04 smithi029 bash[19840]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.246790+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.250364+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:04.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:04 smithi064 bash[21771]: audit 2024-09-20T19:08:04.254487+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:05.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:05 smithi029 bash[19840]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:05.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:05 smithi029 bash[19840]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:05.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:05 smithi191 bash[22010]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:05.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:05 smithi191 bash[22010]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:05 smithi064 bash[21771]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:05 smithi064 bash[21771]: cluster 2024-09-20T19:08:04.328474+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:07 smithi191 bash[22010]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:07 smithi191 bash[22010]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:07 smithi029 bash[19840]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:07 smithi029 bash[19840]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:07 smithi064 bash[21771]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:07 smithi064 bash[21771]: cluster 2024-09-20T19:08:06.328874+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:09.574 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:09 smithi029 bash[19840]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:09.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:09 smithi191 bash[22010]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:09.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:09 smithi191 bash[22010]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:09.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:09 smithi064 bash[21771]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:09.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:09 smithi064 bash[21771]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:10.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:09 smithi029 bash[19840]: cluster 2024-09-20T19:08:08.329359+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:10 smithi029 bash[19840]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:10 smithi064 bash[21771]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.578255+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.582178+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.582842+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:10.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.583523+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:10.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:10.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:10 smithi191 bash[22010]: audit 2024-09-20T19:08:09.587242+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:11.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:11 smithi064 bash[21771]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:11.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:11 smithi064 bash[21771]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:11.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:11 smithi191 bash[22010]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:11.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:11 smithi191 bash[22010]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:12.094 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:11 smithi029 bash[19840]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:12.094 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:11 smithi029 bash[19840]: cluster 2024-09-20T19:08:10.329823+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:13.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:13 smithi064 bash[21771]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:13 smithi064 bash[21771]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:13 smithi191 bash[22010]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:13 smithi191 bash[22010]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:14.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:13 smithi029 bash[19840]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:13 smithi029 bash[19840]: cluster 2024-09-20T19:08:12.330175+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:15 smithi064 bash[21771]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:15.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:15 smithi064 bash[21771]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:15.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:15 smithi191 bash[22010]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:15.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:15 smithi191 bash[22010]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:16.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:15 smithi029 bash[19840]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:16.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:15 smithi029 bash[19840]: cluster 2024-09-20T19:08:14.330612+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:16.871 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 1 on host 'smithi029' 2024-09-20T19:08:17.452 DEBUG:teuthology.orchestra.run.smithi029:osd.1> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.1.service 2024-09-20T19:08:17.455 INFO:tasks.cephadm:Deploying osd.2 on smithi064 with /dev/vg_nvme/lv_4... 2024-09-20T19:08:17.455 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[19840]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:17 smithi064 bash[21771]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: cluster 2024-09-20T19:08:16.331078+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.853454+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.858716+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:17.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:17 smithi191 bash[22010]: audit 2024-09-20T19:08:16.863529+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:18.309 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:08:17 smithi029 bash[35184]: debug 2024-09-20T19:08:17.894+0000 7fd874e64640 -1 osd.1 0 log_to_monitors true 2024-09-20T19:08:18.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:18 smithi064 bash[21771]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:18.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:18 smithi064 bash[21771]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:18.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:18 smithi191 bash[22010]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:18.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:18 smithi191 bash[22010]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:19.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:18 smithi029 bash[19840]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:19.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:18 smithi029 bash[19840]: audit 2024-09-20T19:08:17.902118+0000 mon.a (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:19.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:19 smithi064 bash[21771]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:19.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.942 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:19.943 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[19840]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.331569+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.609654+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.613793+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.614656+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:19.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:19 smithi191 bash[22010]: audit 2024-09-20T19:08:18.615396+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.307 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[35184]: debug 2024-09-20T19:08:19.938+0000 7fd870de7640 -1 osd.1 0 waiting for initial osdmap 2024-09-20T19:08:20.307 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:08:19 smithi029 bash[35184]: debug 2024-09-20T19:08:19.970+0000 7fd868c06640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:20.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:20 smithi064 bash[21771]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:20.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:20.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:20 smithi191 bash[22010]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.612041+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: cluster 2024-09-20T19:08:19.619048+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.620387+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.630620+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:21.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:20 smithi029 bash[19840]: audit 2024-09-20T19:08:19.945541+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353]' entity='osd.1' 2024-09-20T19:08:21.177 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.b/config 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:21.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:21 smithi064 bash[21771]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:21.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:21 smithi191 bash[22010]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.927938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:18.928077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.332062+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: audit 2024-09-20T19:08:20.627595+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:22.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.950211+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.29:6810/4202530353,v1:172.21.15.29:6811/4202530353] boot 2024-09-20T19:08:22.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:22.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: cluster 2024-09-20T19:08:20.950247+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T19:08:22.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:22.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:21 smithi029 bash[19840]: audit 2024-09-20T19:08:20.951138+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:08:23.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:23 smithi064 bash[21771]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:23 smithi064 bash[21771]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:23 smithi064 bash[21771]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:23.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:23 smithi064 bash[21771]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:23.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:23 smithi029 bash[19840]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:23 smithi029 bash[19840]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:23 smithi029 bash[19840]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:23.971 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:23 smithi029 bash[19840]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:23.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:23 smithi191 bash[22010]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:23 smithi191 bash[22010]: cluster 2024-09-20T19:08:22.332664+0000 mgr.x (mgr.14152) 165 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:23.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:23 smithi191 bash[22010]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:23.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:23 smithi191 bash[22010]: cluster 2024-09-20T19:08:22.635340+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T19:08:25.107 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-09-20T19:08:25.158 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi064:vg_nvme/lv_4 2024-09-20T19:08:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:25 smithi064 bash[21771]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:25 smithi064 bash[21771]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:25 smithi191 bash[22010]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:25.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:25 smithi191 bash[22010]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:26.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:25 smithi029 bash[19840]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:26.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:25 smithi029 bash[19840]: cluster 2024-09-20T19:08:24.333220+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:27 smithi064 bash[21771]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:27.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:27 smithi191 bash[22010]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: cluster 2024-09-20T19:08:26.333549+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.250692+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.256903+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.259346+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.260926+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.266248+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.269596+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.271029+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:27 smithi029 bash[19840]: audit 2024-09-20T19:08:27.278199+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:28.878 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.b/config 2024-09-20T19:08:28.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:28 smithi064 bash[21771]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:28.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:28 smithi064 bash[21771]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:28.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:28 smithi064 bash[21771]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:28.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:28 smithi064 bash[21771]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:28.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:28 smithi191 bash[22010]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:28.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:28 smithi191 bash[22010]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:28.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:28 smithi191 bash[22010]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:28.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:28 smithi191 bash[22010]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:29.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:28 smithi029 bash[19840]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:29.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:28 smithi029 bash[19840]: cephadm 2024-09-20T19:08:27.243470+0000 mgr.x (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi029 2024-09-20T19:08:29.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:28 smithi029 bash[19840]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:29.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:28 smithi029 bash[19840]: cephadm 2024-09-20T19:08:27.262135+0000 mgr.x (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8634M 2024-09-20T19:08:29.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:29 smithi064 bash[21771]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:29.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:29 smithi064 bash[21771]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:29.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:29 smithi191 bash[22010]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:29.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:29 smithi191 bash[22010]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:30.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:29 smithi029 bash[19840]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:30.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:29 smithi029 bash[19840]: cluster 2024-09-20T19:08:28.333981+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:30.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:30.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:30.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:30.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:30.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:30.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:30 smithi064 bash[21771]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:30.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:30 smithi191 bash[22010]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:31.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:31.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.157365+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:08:31.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:31.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.163528+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:08:31.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:31.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:30 smithi029 bash[19840]: audit 2024-09-20T19:08:30.165309+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:31.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:31 smithi064 bash[21771]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:31.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:31 smithi064 bash[21771]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:31.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:31 smithi064 bash[21771]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:31.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:31 smithi064 bash[21771]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:31.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:31 smithi191 bash[22010]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:31.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:31 smithi191 bash[22010]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:31.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:31 smithi191 bash[22010]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:31.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:31 smithi191 bash[22010]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:32.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:31 smithi029 bash[19840]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:32.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:31 smithi029 bash[19840]: audit 2024-09-20T19:08:30.150579+0000 mgr.x (mgr.14152) 171 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:08:32.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:31 smithi029 bash[19840]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:32.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:31 smithi029 bash[19840]: cluster 2024-09-20T19:08:30.334417+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:33.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:33 smithi191 bash[22010]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:34.117 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:33 smithi191 bash[22010]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:34.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:33 smithi029 bash[19840]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:34.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:33 smithi029 bash[19840]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:34.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:33 smithi064 bash[21771]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:34.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:33 smithi064 bash[21771]: cluster 2024-09-20T19:08:32.334876+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:35.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:35 smithi191 bash[22010]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:35.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:35 smithi191 bash[22010]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:36.052 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:35 smithi064 bash[21771]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:36.052 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:35 smithi064 bash[21771]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:36.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:35 smithi029 bash[19840]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:36.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:35 smithi029 bash[19840]: cluster 2024-09-20T19:08:34.335341+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:37.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:37 smithi064 bash[21771]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:37.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:37 smithi064 bash[21771]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:37.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:37 smithi191 bash[22010]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:37.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:37 smithi191 bash[22010]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:38.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:37 smithi029 bash[19840]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:38.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:37 smithi029 bash[19840]: cluster 2024-09-20T19:08:36.335818+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:38.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:38 smithi191 bash[22010]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:39.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:39.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:38 smithi029 bash[19840]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:39.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.309813+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.64:0/3759938488' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.310193+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"} : dispatch 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.313313+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59c40afc-092c-45df-8826-2020e7540e4f"}]': finished 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: cluster 2024-09-20T19:08:38.317827+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:39.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:38 smithi064 bash[21771]: audit 2024-09-20T19:08:38.318321+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:08:39.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:39 smithi191 bash[22010]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:39.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:39 smithi191 bash[22010]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:39.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:39 smithi191 bash[22010]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:39.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:39 smithi191 bash[22010]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:40.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:39 smithi029 bash[19840]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:40.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:39 smithi029 bash[19840]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:40.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:39 smithi029 bash[19840]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:40.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:39 smithi029 bash[19840]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:39 smithi064 bash[21771]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:39 smithi064 bash[21771]: cluster 2024-09-20T19:08:38.336279+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:39 smithi064 bash[21771]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:39 smithi064 bash[21771]: audit 2024-09-20T19:08:38.955273+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.64:0/203710189' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:08:41.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:41 smithi191 bash[22010]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:41.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:41 smithi191 bash[22010]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:41 smithi029 bash[19840]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:41 smithi029 bash[19840]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:42.126 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:41 smithi064 bash[21771]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:42.126 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:41 smithi064 bash[21771]: cluster 2024-09-20T19:08:40.336731+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:43.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:43 smithi191 bash[22010]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:43.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:43 smithi191 bash[22010]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:44.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:43 smithi029 bash[19840]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:44.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:43 smithi029 bash[19840]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:44.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:43 smithi064 bash[21771]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:44.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:43 smithi064 bash[21771]: cluster 2024-09-20T19:08:42.337202+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:45.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:45 smithi191 bash[22010]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:45.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:45 smithi191 bash[22010]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:46.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:45 smithi029 bash[19840]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:46.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:45 smithi029 bash[19840]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:46.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:45 smithi064 bash[21771]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:46.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:45 smithi064 bash[21771]: cluster 2024-09-20T19:08:44.337657+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:47.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:47 smithi191 bash[22010]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:47.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:47 smithi191 bash[22010]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:48.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:47 smithi029 bash[19840]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:48.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:47 smithi029 bash[19840]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:48.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:47 smithi064 bash[21771]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:48.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:47 smithi064 bash[21771]: cluster 2024-09-20T19:08:46.338114+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:49.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:49 smithi191 bash[22010]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:49.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:49 smithi191 bash[22010]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:50.001 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:49 smithi064 bash[21771]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:50.001 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:49 smithi064 bash[21771]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:50.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:49 smithi029 bash[19840]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:50.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:49 smithi029 bash[19840]: cluster 2024-09-20T19:08:48.338574+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:51.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:51.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:51.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:51.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:51.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:51.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:51.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:51.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:51 smithi064 bash[21771]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:51.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:51.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:51 smithi191 bash[22010]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:52.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:52.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: cluster 2024-09-20T19:08:50.339041+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:52.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:52.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: audit 2024-09-20T19:08:50.974154+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-20T19:08:52.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:52.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: audit 2024-09-20T19:08:50.976083+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:08:52.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:52.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:51 smithi029 bash[19840]: cephadm 2024-09-20T19:08:50.977731+0000 mgr.x (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.2 on smithi064 2024-09-20T19:08:53.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:53 smithi191 bash[22010]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:53.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:53 smithi191 bash[22010]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:54.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:53 smithi029 bash[19840]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:54.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:53 smithi029 bash[19840]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:54.109 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:53 smithi064 bash[21771]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:54.109 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:53 smithi064 bash[21771]: cluster 2024-09-20T19:08:52.339509+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:55.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:54 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:55.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:08:55.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:55.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:55 smithi191 bash[22010]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:56.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:56.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:56.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:56.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:55 smithi029 bash[19840]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: cluster 2024-09-20T19:08:54.339974+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.338112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.344867+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:56.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:55 smithi064 bash[21771]: audit 2024-09-20T19:08:55.352007+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:08:57.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:57 smithi191 bash[22010]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:57.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:57 smithi191 bash[22010]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:58.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:57 smithi029 bash[19840]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:58.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:57 smithi029 bash[19840]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:57 smithi064 bash[21771]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:57 smithi064 bash[21771]: cluster 2024-09-20T19:08:56.340473+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:59.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:59 smithi191 bash[22010]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:08:59.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:08:59 smithi191 bash[22010]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:00.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:59 smithi029 bash[19840]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:00.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:08:59 smithi029 bash[19840]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:00.111 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:59 smithi064 bash[21771]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:00.111 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:08:59 smithi064 bash[21771]: cluster 2024-09-20T19:08:58.340901+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:01.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:01.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:01.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:01.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:01 smithi064 bash[21771]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:01.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:01.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:01 smithi191 bash[22010]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:02.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: cluster 2024-09-20T19:09:00.341365+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:02.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.648167+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.655297+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.657027+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.658884+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:02.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:01 smithi029 bash[19840]: audit 2024-09-20T19:09:00.668024+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:03.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:03 smithi064 bash[21771]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:03.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:03 smithi064 bash[21771]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:03.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:03 smithi191 bash[22010]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:03.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:03 smithi191 bash[22010]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:04.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:03 smithi029 bash[19840]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:04.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:03 smithi029 bash[19840]: cluster 2024-09-20T19:09:02.341830+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:05 smithi064 bash[21771]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:05 smithi064 bash[21771]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:05 smithi191 bash[22010]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:05 smithi191 bash[22010]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:05 smithi029 bash[19840]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:05 smithi029 bash[19840]: cluster 2024-09-20T19:09:04.342307+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:06.684 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 2 on host 'smithi064' 2024-09-20T19:09:07.277 DEBUG:teuthology.orchestra.run.smithi064:osd.2> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.2.service 2024-09-20T19:09:07.279 INFO:tasks.cephadm:Deploying osd.3 on smithi064 with /dev/vg_nvme/lv_3... 2024-09-20T19:09:07.279 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:07 smithi064 bash[21771]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:07.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:07.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:07.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:07 smithi191 bash[22010]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:08.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:08.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: cluster 2024-09-20T19:09:06.342785+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:08.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:08.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.666272+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.672759+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:06.679749+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:07.331383+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:08.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:07 smithi029 bash[19840]: audit 2024-09-20T19:09:07.331669+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-20T19:09:08.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:08.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:08.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:08.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:08.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:08 smithi191 bash[22010]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:08 smithi029 bash[19840]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.678862+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: cluster 2024-09-20T19:09:07.683191+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.683707+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.687776+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[21771]: audit 2024-09-20T19:09:07.688146+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:09:09.166 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[24451]: debug 2024-09-20T19:09:08.695+0000 7ff07e46d640 -1 osd.2 0 waiting for initial osdmap 2024-09-20T19:09:09.166 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:09:08 smithi064 bash[24451]: debug 2024-09-20T19:09:08.723+0000 7ff07a294640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:09:09.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:09.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:09.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:09.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:09.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:09.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:09.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:09.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:09 smithi191 bash[22010]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:09 smithi029 bash[19840]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:10.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.343251+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:10.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:10.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.681340+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:09:10.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:10.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.686226+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T19:09:10.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.687158+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:09 smithi064 bash[21771]: audit 2024-09-20T19:09:08.696942+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:10.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:10.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:10.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:10.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:10.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:10 smithi191 bash[22010]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:11.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:11.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:10 smithi029 bash[19840]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.304474+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:08.304590+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:11.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:09.697131+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.64:6800/914554636,v1:172.21.15.64:6801/914554636] boot 2024-09-20T19:09:11.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:11.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: cluster 2024-09-20T19:09:09.697188+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T19:09:11.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:11.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:10 smithi064 bash[21771]: audit 2024-09-20T19:09:09.698041+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:11.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:11 smithi191 bash[22010]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.037 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.b/config 2024-09-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:11 smithi029 bash[19840]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: cluster 2024-09-20T19:09:10.343742+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-09-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: cluster 2024-09-20T19:09:10.714725+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:11 smithi064 bash[21771]: audit 2024-09-20T19:09:10.880211+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:12.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:12 smithi191 bash[22010]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:13.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:13.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:13.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:13.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:13.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:13.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:12 smithi029 bash[19840]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:13.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:13.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: audit 2024-09-20T19:09:11.718481+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' 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-20T19:09:13.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:13.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: cluster 2024-09-20T19:09:11.722392+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T19:09:13.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:13.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:12 smithi064 bash[21771]: audit 2024-09-20T19:09:11.724208+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:09:13.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:13.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:13.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.918 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.919 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:13 smithi064 bash[21771]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:13.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:13.985 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:13.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:13.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:13.986 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:13 smithi191 bash[22010]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:14.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.344333+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:14.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:14.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.718465+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:12.726492+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: cluster 2024-09-20T19:09:12.732774+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.167726+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.307068+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.309623+0000 mon.a (mon.0) 396 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368001+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368643+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.368937+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.369143+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.371580+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.059 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372252+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372441+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.372663+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.427813+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.475991+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.479565+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.479573+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:09:14.060 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.480106+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:09:14.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.480661+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:09:14.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:14.061 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:13 smithi029 bash[19840]: audit 2024-09-20T19:09:13.537873+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T19:09:15.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:14 smithi029 bash[19840]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:14 smithi029 bash[19840]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:14 smithi064 bash[21771]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:14 smithi064 bash[21771]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:14 smithi191 bash[22010]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:14 smithi191 bash[22010]: cluster 2024-09-20T19:09:13.745443+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:15.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:15 smithi064 bash[21771]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:16.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:15 smithi029 bash[19840]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.344795+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.740687+0000 mon.a (mon.0) 409 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:16.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:15 smithi191 bash[22010]: cluster 2024-09-20T19:09:14.740747+0000 mon.a (mon.0) 410 : cluster [INF] Cluster is now healthy 2024-09-20T19:09:17.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:16 smithi029 bash[19840]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:17.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:16 smithi029 bash[19840]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:17.167 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:16 smithi064 bash[21771]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:17.167 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:16 smithi064 bash[21771]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:17.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:16 smithi191 bash[22010]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:17.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:16 smithi191 bash[22010]: cluster 2024-09-20T19:09:15.763035+0000 mon.a (mon.0) 411 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:17 smithi029 bash[19840]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:17 smithi064 bash[21771]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: cluster 2024-09-20T19:09:16.345298+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.411157+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.418646+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.421080+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.428420+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.432543+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.434186+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:18.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:17 smithi191 bash[22010]: audit 2024-09-20T19:09:17.443591+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:19.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:18 smithi029 bash[19840]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:18 smithi029 bash[19840]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:18 smithi029 bash[19840]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:18 smithi029 bash[19840]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:18 smithi064 bash[21771]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:18 smithi064 bash[21771]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:18 smithi064 bash[21771]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:18 smithi064 bash[21771]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:18 smithi191 bash[22010]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:18 smithi191 bash[22010]: cephadm 2024-09-20T19:09:17.403159+0000 mgr.x (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:09:19.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:18 smithi191 bash[22010]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:18 smithi191 bash[22010]: cephadm 2024-09-20T19:09:17.422579+0000 mgr.x (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 21361M 2024-09-20T19:09:19.673 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-09-20T19:09:19.724 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi064:vg_nvme/lv_3 2024-09-20T19:09:20.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:19 smithi029 bash[19840]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:20.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:19 smithi029 bash[19840]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:20.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:19 smithi064 bash[21771]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:20.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:19 smithi064 bash[21771]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:20.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:19 smithi191 bash[22010]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:20.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:19 smithi191 bash[22010]: cluster 2024-09-20T19:09:18.345841+0000 mgr.x (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:21 smithi029 bash[19840]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:21 smithi029 bash[19840]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:21 smithi064 bash[21771]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:21 smithi064 bash[21771]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:21 smithi191 bash[22010]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:22.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:21 smithi191 bash[22010]: cluster 2024-09-20T19:09:20.346359+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:23 smithi029 bash[19840]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:23 smithi029 bash[19840]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:23 smithi064 bash[21771]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:23 smithi064 bash[21771]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:23 smithi191 bash[22010]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:23 smithi191 bash[22010]: cluster 2024-09-20T19:09:22.346936+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:24.459 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.b/config 2024-09-20T19:09:26.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:25 smithi029 bash[19840]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:26.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:25 smithi029 bash[19840]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:26.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:25 smithi064 bash[21771]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:25 smithi064 bash[21771]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:25 smithi191 bash[22010]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:25 smithi191 bash[22010]: cluster 2024-09-20T19:09:24.347463+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:27.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:27.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:26 smithi029 bash[19840]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:27.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:26 smithi064 bash[21771]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.793814+0000 mgr.x (mgr.14152) 203 : audit [DBG] from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.802049+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.808185+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:27.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:26 smithi191 bash[22010]: audit 2024-09-20T19:09:25.810121+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:28.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:27 smithi064 bash[21771]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:28.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:27 smithi064 bash[21771]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:28.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:27 smithi191 bash[22010]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:28.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:27 smithi191 bash[22010]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:28.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:27 smithi029 bash[19840]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:28.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:27 smithi029 bash[19840]: cluster 2024-09-20T19:09:26.348011+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:29 smithi064 bash[21771]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:29 smithi064 bash[21771]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:29 smithi191 bash[22010]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:29 smithi191 bash[22010]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:29 smithi029 bash[19840]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:30.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:29 smithi029 bash[19840]: cluster 2024-09-20T19:09:28.348556+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:31.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:31 smithi064 bash[21771]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:31.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:31 smithi064 bash[21771]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:31 smithi191 bash[22010]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:31 smithi191 bash[22010]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:31 smithi029 bash[19840]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:31 smithi029 bash[19840]: cluster 2024-09-20T19:09:30.349048+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:33 smithi064 bash[21771]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:33 smithi064 bash[21771]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:33 smithi191 bash[22010]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:33 smithi191 bash[22010]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:33 smithi029 bash[19840]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:33 smithi029 bash[19840]: cluster 2024-09-20T19:09:32.349578+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:35.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:34 smithi064 bash[21771]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:34 smithi191 bash[22010]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.024757+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.64:0/2853641555' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.025373+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"} : dispatch 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.028924+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb667c51-3741-4702-a76e-d838cfd7496b"}]': finished 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: cluster 2024-09-20T19:09:34.033472+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T19:09:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.033864+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:09:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:34 smithi029 bash[19840]: audit 2024-09-20T19:09:34.642803+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.64:0/3902978747' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:09:36.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:36 smithi029 bash[19840]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:36.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:36 smithi029 bash[19840]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:36.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:36 smithi064 bash[21771]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:36.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:36 smithi064 bash[21771]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:36.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:36 smithi191 bash[22010]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:36.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:36 smithi191 bash[22010]: cluster 2024-09-20T19:09:34.350098+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:38 smithi029 bash[19840]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:38 smithi029 bash[19840]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:38 smithi064 bash[21771]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:38 smithi064 bash[21771]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:38 smithi191 bash[22010]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:38.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:38 smithi191 bash[22010]: cluster 2024-09-20T19:09:36.350651+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:40 smithi029 bash[19840]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:40 smithi029 bash[19840]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:40 smithi064 bash[21771]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:40 smithi064 bash[21771]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:40 smithi191 bash[22010]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:40.604 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:40 smithi191 bash[22010]: cluster 2024-09-20T19:09:38.351193+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:42 smithi029 bash[19840]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:42 smithi029 bash[19840]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:42 smithi064 bash[21771]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:42 smithi064 bash[21771]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:42 smithi191 bash[22010]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:42.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:42 smithi191 bash[22010]: cluster 2024-09-20T19:09:40.351756+0000 mgr.x (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:44 smithi029 bash[19840]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:44 smithi029 bash[19840]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:44 smithi064 bash[21771]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:44 smithi064 bash[21771]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:44 smithi191 bash[22010]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:44.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:44 smithi191 bash[22010]: cluster 2024-09-20T19:09:42.352344+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:46 smithi029 bash[19840]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:46 smithi029 bash[19840]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:46 smithi064 bash[21771]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:46 smithi064 bash[21771]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:46 smithi191 bash[22010]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:46.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:46 smithi191 bash[22010]: cluster 2024-09-20T19:09:44.352907+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:47 smithi064 bash[21771]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:47 smithi064 bash[21771]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:47 smithi191 bash[22010]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:47 smithi191 bash[22010]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:47 smithi029 bash[19840]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:47 smithi029 bash[19840]: cluster 2024-09-20T19:09:46.353462+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:48 smithi064 bash[21771]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:48 smithi191 bash[22010]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: audit 2024-09-20T19:09:47.516837+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: audit 2024-09-20T19:09:47.518775+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:48.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:48 smithi029 bash[19840]: cephadm 2024-09-20T19:09:47.520495+0000 mgr.x (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.3 on smithi064 2024-09-20T19:09:49.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:49 smithi064 bash[21771]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:49.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:49 smithi064 bash[21771]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:49.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:49 smithi191 bash[22010]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:49.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:49 smithi191 bash[22010]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:49.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:49 smithi029 bash[19840]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:49.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:49 smithi029 bash[19840]: cluster 2024-09-20T19:09:48.354107+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.558 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:09:51 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:09:51.558 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:51 smithi064 bash[21771]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.558 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:51 smithi064 bash[21771]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.558 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:51 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:09:51.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:51 smithi191 bash[22010]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:51 smithi191 bash[22010]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:51 smithi029 bash[19840]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:51 smithi029 bash[19840]: cluster 2024-09-20T19:09:50.354759+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:51.875 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:09:51 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:09:51.875 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:51 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:52 smithi064 bash[21771]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:52 smithi191 bash[22010]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.799998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:09:52.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.807059+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:52.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:52 smithi029 bash[19840]: audit 2024-09-20T19:09:51.814465+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:54.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:53 smithi064 bash[21771]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:54.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:53 smithi064 bash[21771]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:54.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:53 smithi191 bash[22010]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:54.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:53 smithi191 bash[22010]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:53 smithi029 bash[19840]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:53 smithi029 bash[19840]: cluster 2024-09-20T19:09:52.355303+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.159 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:55 smithi064 bash[21771]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.159 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:55 smithi064 bash[21771]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:55 smithi191 bash[22010]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:55 smithi191 bash[22010]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:55 smithi029 bash[19840]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:56.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:55 smithi029 bash[19840]: cluster 2024-09-20T19:09:54.355813+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:57 smithi064 bash[21771]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:57 smithi191 bash[22010]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: cluster 2024-09-20T19:09:56.356396+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.176778+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.184502+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.186311+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.188118+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:09:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:09:58.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:57 smithi029 bash[19840]: audit 2024-09-20T19:09:57.197593+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:00.015 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:59 smithi064 bash[21771]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:00.015 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:09:59 smithi064 bash[21771]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:59 smithi191 bash[22010]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:09:59 smithi191 bash[22010]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:00.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:59 smithi029 bash[19840]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:00.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:09:59 smithi029 bash[19840]: cluster 2024-09-20T19:09:58.356922+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:01.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:00 smithi064 bash[21771]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:01.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:00 smithi064 bash[21771]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:01.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:00 smithi191 bash[22010]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:01.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:00 smithi191 bash[22010]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:01.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:00 smithi029 bash[19840]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:01.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:00 smithi029 bash[19840]: cluster 2024-09-20T19:10:00.000160+0000 mon.a (mon.0) 436 : cluster [INF] overall HEALTH_OK 2024-09-20T19:10:02.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:01 smithi064 bash[21771]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:02.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:01 smithi064 bash[21771]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:01 smithi191 bash[22010]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:01 smithi191 bash[22010]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:02.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:01 smithi029 bash[19840]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:02.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:01 smithi029 bash[19840]: cluster 2024-09-20T19:10:00.357417+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:03.567 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 3 on host 'smithi064' 2024-09-20T19:10:04.089 DEBUG:teuthology.orchestra.run.smithi064:osd.3> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.3.service 2024-09-20T19:10:04.091 INFO:tasks.cephadm:Deploying osd.4 on smithi191 with /dev/vg_nvme/lv_4... 2024-09-20T19:10:04.092 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.104 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:03 smithi191 bash[22010]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:03 smithi064 bash[21771]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: cluster 2024-09-20T19:10:02.357998+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.096879+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.097451+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.548046+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.555391+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:04.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:03 smithi029 bash[19840]: audit 2024-09-20T19:10:03.563397+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:05.165 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[29941]: debug 2024-09-20T19:10:04.898+0000 7f7b277a6640 -1 osd.3 0 waiting for initial osdmap 2024-09-20T19:10:05.165 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[29941]: debug 2024-09-20T19:10:04.906+0000 7f7b235cd640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:10:05.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:04 smithi064 bash[21771]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:04 smithi191 bash[22010]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.841581+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T19:10:05.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: cluster 2024-09-20T19:10:03.846313+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.847197+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.847798+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:05.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:04 smithi029 bash[19840]: audit 2024-09-20T19:10:03.855105+0000 mon.a (mon.0) 444 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]} : dispatch 2024-09-20T19:10:06.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:05 smithi064 bash[21771]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:05 smithi191 bash[22010]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.358518+0000 mgr.x (mgr.14152) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-20T19:10:06.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.856098+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.863507+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.864270+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:06.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:05 smithi029 bash[19840]: audit 2024-09-20T19:10:04.869601+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:06 smithi064 bash[21771]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:06 smithi191 bash[22010]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.074347+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:07.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:04.074399+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:05.864732+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.64:6808/2548281453,v1:172.21.15.64:6809/2548281453] boot 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:05.864850+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: audit 2024-09-20T19:10:05.865765+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:06 smithi029 bash[19840]: cluster 2024-09-20T19:10:06.865967+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T19:10:07.811 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:10:08.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:07 smithi064 bash[21771]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:07 smithi064 bash[21771]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:07 smithi064 bash[21771]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:08.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:07 smithi064 bash[21771]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:08.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:07 smithi191 bash[22010]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:07 smithi191 bash[22010]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:07 smithi191 bash[22010]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:08.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:07 smithi191 bash[22010]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:08.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:07 smithi029 bash[19840]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:07 smithi029 bash[19840]: cluster 2024-09-20T19:10:06.359190+0000 mgr.x (mgr.14152) 225 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:08.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:07 smithi029 bash[19840]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:08.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:07 smithi029 bash[19840]: cluster 2024-09-20T19:10:07.876123+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-20T19:10:09.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:09 smithi191 bash[22010]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:09.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:09 smithi191 bash[22010]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:10.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:09 smithi064 bash[21771]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:10.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:09 smithi064 bash[21771]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:10.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:09 smithi029 bash[19840]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:10.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:09 smithi029 bash[19840]: cluster 2024-09-20T19:10:08.359767+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:11.981 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-20T19:10:12.031 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi191:vg_nvme/lv_4 2024-09-20T19:10:12.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:11 smithi064 bash[21771]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:12.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:11 smithi064 bash[21771]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:12.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:11 smithi191 bash[22010]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:12.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:11 smithi191 bash[22010]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:12.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:11 smithi029 bash[19840]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:12.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:11 smithi029 bash[19840]: cluster 2024-09-20T19:10:10.360309+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.167 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.167 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:13 smithi064 bash[21771]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:13 smithi191 bash[22010]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cluster 2024-09-20T19:10:12.360925+0000 mgr.x (mgr.14152) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cephadm 2024-09-20T19:10:12.837669+0000 mgr.x (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi064 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.846023+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.853774+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.856157+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.857915+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: cephadm 2024-09-20T19:10:12.859230+0000 mgr.x (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 10680M 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.864900+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.868855+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.870588+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:14.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:13 smithi029 bash[19840]: audit 2024-09-20T19:10:12.880214+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:15.790 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:10:16.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:15 smithi064 bash[21771]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:16.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:15 smithi064 bash[21771]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:16.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:15 smithi191 bash[22010]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:16.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:15 smithi191 bash[22010]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:16.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:15 smithi029 bash[19840]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:16.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:15 smithi029 bash[19840]: cluster 2024-09-20T19:10:14.361495+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:18.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:17 smithi064 bash[21771]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:18.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:18.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:17 smithi191 bash[22010]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: cluster 2024-09-20T19:10:16.362165+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.181924+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.188199+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:10:18.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:18.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:17 smithi029 bash[19840]: audit 2024-09-20T19:10:17.190162+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:19.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:18 smithi064 bash[21771]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:19.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:18 smithi064 bash[21771]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:19.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:18 smithi191 bash[22010]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:19.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:18 smithi191 bash[22010]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:19.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:18 smithi029 bash[19840]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:19.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:18 smithi029 bash[19840]: audit 2024-09-20T19:10:17.175134+0000 mgr.x (mgr.14152) 233 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:10:20.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:19 smithi064 bash[21771]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:20.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:19 smithi064 bash[21771]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:20.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:19 smithi191 bash[22010]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:20.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:19 smithi191 bash[22010]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:20.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:19 smithi029 bash[19840]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:20.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:19 smithi029 bash[19840]: cluster 2024-09-20T19:10:18.362744+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:21 smithi064 bash[21771]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:21 smithi064 bash[21771]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:21 smithi191 bash[22010]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:21 smithi191 bash[22010]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:21 smithi029 bash[19840]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:22.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:21 smithi029 bash[19840]: cluster 2024-09-20T19:10:20.363310+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:23 smithi064 bash[21771]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:23 smithi064 bash[21771]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:23 smithi191 bash[22010]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:23 smithi191 bash[22010]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:23 smithi029 bash[19840]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:24.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:23 smithi029 bash[19840]: cluster 2024-09-20T19:10:22.363897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:10:26.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:26.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:25 smithi064 bash[21771]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:26.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:26.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:25 smithi191 bash[22010]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: cluster 2024-09-20T19:10:24.364444+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.655540+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/2295652199' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.657128+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"} : dispatch 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.660442+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "305ea5ee-7e70-47bc-b19f-cc4b7fe62f26"}]': finished 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: cluster 2024-09-20T19:10:25.664885+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T19:10:26.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:26.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:25 smithi029 bash[19840]: audit 2024-09-20T19:10:25.665315+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:27.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:26 smithi064 bash[21771]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:27.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:26 smithi064 bash[21771]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:27.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:26 smithi191 bash[22010]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:27.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:26 smithi191 bash[22010]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:27.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:26 smithi029 bash[19840]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:27.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:26 smithi029 bash[19840]: audit 2024-09-20T19:10:26.378348+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/2208421854' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:10:28.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:27 smithi064 bash[21771]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:28.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:27 smithi064 bash[21771]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:28.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:27 smithi191 bash[22010]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:28.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:27 smithi191 bash[22010]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:28.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:27 smithi029 bash[19840]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:28.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:27 smithi029 bash[19840]: cluster 2024-09-20T19:10:26.364988+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:29 smithi064 bash[21771]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:29 smithi064 bash[21771]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:29 smithi191 bash[22010]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:29 smithi191 bash[22010]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:29 smithi029 bash[19840]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:30.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:29 smithi029 bash[19840]: cluster 2024-09-20T19:10:28.365537+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:31 smithi064 bash[21771]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:31 smithi064 bash[21771]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:31 smithi191 bash[22010]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:31 smithi191 bash[22010]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:31 smithi029 bash[19840]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:31 smithi029 bash[19840]: cluster 2024-09-20T19:10:30.366069+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:33 smithi064 bash[21771]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:33 smithi064 bash[21771]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:33 smithi191 bash[22010]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:33 smithi191 bash[22010]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:33 smithi029 bash[19840]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:33 smithi029 bash[19840]: cluster 2024-09-20T19:10:32.366650+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:35 smithi064 bash[21771]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:35 smithi064 bash[21771]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:35 smithi191 bash[22010]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:35 smithi191 bash[22010]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:35 smithi029 bash[19840]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:36.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:35 smithi029 bash[19840]: cluster 2024-09-20T19:10:34.367208+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:37 smithi064 bash[21771]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:37 smithi064 bash[21771]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:37 smithi191 bash[22010]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:37 smithi191 bash[22010]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:37 smithi029 bash[19840]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:37 smithi029 bash[19840]: cluster 2024-09-20T19:10:36.367762+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:40.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:39 smithi064 bash[21771]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:40.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:39 smithi191 bash[22010]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: cluster 2024-09-20T19:10:38.368254+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: audit 2024-09-20T19:10:38.971787+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: audit 2024-09-20T19:10:38.973766+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:40.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:39 smithi029 bash[19840]: cephadm 2024-09-20T19:10:38.975451+0000 mgr.x (mgr.14152) 245 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-20T19:10:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:41 smithi064 bash[21771]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:41 smithi064 bash[21771]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:42.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:41 smithi191 bash[22010]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:42.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:41 smithi191 bash[22010]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:42.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:41 smithi029 bash[19840]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:42.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:41 smithi029 bash[19840]: cluster 2024-09-20T19:10:40.368798+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:43.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:10:43.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:10:44.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:43 smithi191 bash[22010]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:43 smithi029 bash[19840]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: cluster 2024-09-20T19:10:42.369377+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.453210+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:44.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.460090+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:44.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:43 smithi064 bash[21771]: audit 2024-09-20T19:10:43.467824+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:46.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:45 smithi191 bash[22010]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:46.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:45 smithi191 bash[22010]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:46.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:45 smithi029 bash[19840]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:46.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:45 smithi029 bash[19840]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:46.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:45 smithi064 bash[21771]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:46.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:45 smithi064 bash[21771]: cluster 2024-09-20T19:10:44.369926+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:47 smithi191 bash[22010]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:47 smithi191 bash[22010]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:47 smithi029 bash[19840]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:47 smithi029 bash[19840]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:47 smithi064 bash[21771]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:47 smithi064 bash[21771]: cluster 2024-09-20T19:10:46.370492+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:49 smithi191 bash[22010]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:49 smithi191 bash[22010]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:49 smithi029 bash[19840]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:49 smithi029 bash[19840]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:49 smithi064 bash[21771]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:50.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:49 smithi064 bash[21771]: cluster 2024-09-20T19:10:48.371029+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:51 smithi191 bash[22010]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:51 smithi029 bash[19840]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: cluster 2024-09-20T19:10:50.371570+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.922446+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.929776+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.931514+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.936802+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:52.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:51 smithi064 bash[21771]: audit 2024-09-20T19:10:50.946380+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:54.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:53 smithi191 bash[22010]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:54.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:53 smithi191 bash[22010]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:53 smithi029 bash[19840]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:53 smithi029 bash[19840]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:53 smithi064 bash[21771]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:53 smithi064 bash[21771]: cluster 2024-09-20T19:10:52.372130+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:55 smithi191 bash[22010]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:55 smithi029 bash[19840]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: cluster 2024-09-20T19:10:54.372777+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: audit 2024-09-20T19:10:55.425167+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:55 smithi064 bash[21771]: audit 2024-09-20T19:10:55.427012+0000 mon.a (mon.0) 479 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-20T19:10:56.531 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 4 on host 'smithi191' 2024-09-20T19:10:57.105 DEBUG:teuthology.orchestra.run.smithi191:osd.4> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.4.service 2024-09-20T19:10:57.107 INFO:tasks.cephadm:Deploying osd.5 on smithi191 with /dev/vg_nvme/lv_3... 2024-09-20T19:10:57.107 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:56 smithi191 bash[22010]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:56 smithi029 bash[19840]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.929287+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.932399+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: cluster 2024-09-20T19:10:55.934384+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.935363+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:55.935894+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.511134+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:10:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.518368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.525896+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:10:57.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:56 smithi064 bash[21771]: audit 2024-09-20T19:10:56.931698+0000 mon.a (mon.0) 487 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:10:57.731 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[24859]: debug 2024-09-20T19:10:57.415+0000 7f3ffd02d640 -1 osd.4 0 waiting for initial osdmap 2024-09-20T19:10:57.731 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[24859]: debug 2024-09-20T19:10:57.451+0000 7f3ff4e4c640 -1 osd.4 32 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:10:58.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:58.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:57 smithi191 bash[22010]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:58.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:58.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:57 smithi029 bash[19840]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.373441+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:10:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.936904+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-09-20T19:10:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:56.937661+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:56.949708+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: cluster 2024-09-20T19:10:57.286187+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:57.286415+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:57 smithi064 bash[21771]: audit 2024-09-20T19:10:57.425461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-20T19:10:59.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:58 smithi191 bash[22010]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:58 smithi029 bash[19840]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.382188+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:56.382276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: audit 2024-09-20T19:10:57.950921+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.289191+0000 mon.a (mon.0) 495 : cluster [INF] osd.4 [v2:172.21.15.191:6800/3445466853,v1:172.21.15.191:6801/3445466853] boot 2024-09-20T19:10:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.289254+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T19:10:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:10:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:58 smithi064 bash[21771]: audit 2024-09-20T19:10:58.289533+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:11:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:59 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:59 smithi191 bash[22010]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:59 smithi191 bash[22010]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:00.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:10:59 smithi191 bash[22010]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:00.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:59 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:59 smithi029 bash[19840]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:59 smithi029 bash[19840]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:00.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:10:59 smithi029 bash[19840]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:00.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:59 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:59 smithi064 bash[21771]: cluster 2024-09-20T19:10:58.374027+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-20T19:11:00.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:59 smithi064 bash[21771]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:00.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:10:59 smithi064 bash[21771]: cluster 2024-09-20T19:10:59.296426+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T19:11:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:01 smithi029 bash[19840]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:01 smithi029 bash[19840]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:01 smithi029 bash[19840]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:01 smithi029 bash[19840]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:01 smithi064 bash[21771]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:01 smithi064 bash[21771]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:01 smithi064 bash[21771]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:01 smithi064 bash[21771]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:01 smithi191 bash[22010]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:01 smithi191 bash[22010]: cluster 2024-09-20T19:11:00.298897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T19:11:01.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:01 smithi191 bash[22010]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:01 smithi191 bash[22010]: cluster 2024-09-20T19:11:00.374573+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:01.901 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:11:03.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:03 smithi191 bash[22010]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:03.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:03 smithi191 bash[22010]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:03.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:03 smithi029 bash[19840]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:03.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:03 smithi029 bash[19840]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:03.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:03 smithi064 bash[21771]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:03.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:03 smithi064 bash[21771]: cluster 2024-09-20T19:11:02.375139+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.714 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:05 smithi191 bash[22010]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.715 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:05 smithi191 bash[22010]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:05 smithi029 bash[19840]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:05 smithi029 bash[19840]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:05 smithi064 bash[21771]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:05 smithi064 bash[21771]: cluster 2024-09-20T19:11:04.375682+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:07 smithi191 bash[22010]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:07 smithi029 bash[19840]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: cluster 2024-09-20T19:11:06.376252+0000 mgr.x (mgr.14152) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.366721+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.374069+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.376615+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.383829+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.388080+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.389753+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:07.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:07 smithi064 bash[21771]: audit 2024-09-20T19:11:07.399160+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:08.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:08 smithi191 bash[22010]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:08 smithi191 bash[22010]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:08 smithi191 bash[22010]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:08.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:08 smithi191 bash[22010]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:08.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:08 smithi029 bash[19840]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:08 smithi029 bash[19840]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:08 smithi029 bash[19840]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:08.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:08 smithi029 bash[19840]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:08.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:08 smithi064 bash[21771]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:08 smithi064 bash[21771]: cephadm 2024-09-20T19:11:07.358845+0000 mgr.x (mgr.14152) 260 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:11:08.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:08 smithi064 bash[21771]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:08.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:08 smithi064 bash[21771]: cephadm 2024-09-20T19:11:07.378052+0000 mgr.x (mgr.14152) 261 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-20T19:11:09.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:09 smithi191 bash[22010]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:09 smithi191 bash[22010]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:09 smithi029 bash[19840]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:09 smithi029 bash[19840]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:09 smithi064 bash[21771]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:09 smithi064 bash[21771]: cluster 2024-09-20T19:11:08.376804+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-20T19:11:09.922 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-20T19:11:09.967 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi191:vg_nvme/lv_3 2024-09-20T19:11:11.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:11 smithi191 bash[22010]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:11.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:11 smithi191 bash[22010]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:11.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:11 smithi029 bash[19840]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:11.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:11 smithi029 bash[19840]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:11.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:11 smithi064 bash[21771]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:11.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:11 smithi064 bash[21771]: cluster 2024-09-20T19:11:10.377352+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:13 smithi191 bash[22010]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:13 smithi191 bash[22010]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:13 smithi029 bash[19840]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:13 smithi029 bash[19840]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:13 smithi064 bash[21771]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:13.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:13 smithi064 bash[21771]: cluster 2024-09-20T19:11:12.377933+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:11:14.697 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.c/config 2024-09-20T19:11:15.711 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:15 smithi191 bash[22010]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:15.711 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:15 smithi191 bash[22010]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:15.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:15 smithi029 bash[19840]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:15.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:15 smithi029 bash[19840]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:15.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:15 smithi064 bash[21771]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:15.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:15 smithi064 bash[21771]: cluster 2024-09-20T19:11:14.378458+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:16.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:16 smithi191 bash[22010]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:16.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:16.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:16 smithi029 bash[19840]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.087309+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.093400+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:16.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:16 smithi064 bash[21771]: audit 2024-09-20T19:11:16.095210+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:17.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:17 smithi191 bash[22010]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:17 smithi191 bash[22010]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:17 smithi191 bash[22010]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:17.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:17 smithi191 bash[22010]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:17.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:17 smithi029 bash[19840]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:17 smithi029 bash[19840]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:17 smithi029 bash[19840]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:17.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:17 smithi029 bash[19840]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:17.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:17 smithi064 bash[21771]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:17 smithi064 bash[21771]: audit 2024-09-20T19:11:16.080940+0000 mgr.x (mgr.14152) 266 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:11:17.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:17 smithi064 bash[21771]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:17.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:17 smithi064 bash[21771]: cluster 2024-09-20T19:11:16.379002+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:19 smithi191 bash[22010]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:19 smithi191 bash[22010]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:19 smithi029 bash[19840]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:19 smithi029 bash[19840]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:19 smithi064 bash[21771]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:19.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:19 smithi064 bash[21771]: cluster 2024-09-20T19:11:18.379664+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:21 smithi191 bash[22010]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:21 smithi191 bash[22010]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:21 smithi029 bash[19840]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:21 smithi029 bash[19840]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:21 smithi064 bash[21771]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:21.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:21 smithi064 bash[21771]: cluster 2024-09-20T19:11:20.380241+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:23 smithi029 bash[19840]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:23 smithi029 bash[19840]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.818 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:23 smithi191 bash[22010]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.818 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:23 smithi191 bash[22010]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:23 smithi064 bash[21771]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:23 smithi064 bash[21771]: cluster 2024-09-20T19:11:22.380861+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:25.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:25 smithi029 bash[19840]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:25.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:25 smithi064 bash[21771]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: cluster 2024-09-20T19:11:24.381492+0000 mgr.x (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.528431+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/499917379' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.530344+0000 mon.a (mon.0) 510 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"} : dispatch 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.533904+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f733353-afe3-49ba-85ca-2f5a172497a6"}]': finished 2024-09-20T19:11:25.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: cluster 2024-09-20T19:11:24.538634+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T19:11:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:24.539172+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:25.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:25 smithi191 bash[22010]: audit 2024-09-20T19:11:25.155446+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1832845602' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-20T19:11:27.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:27 smithi029 bash[19840]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:27.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:27 smithi029 bash[19840]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:27.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:27 smithi064 bash[21771]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:27.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:27 smithi064 bash[21771]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:27.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:27 smithi191 bash[22010]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:27.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:27 smithi191 bash[22010]: cluster 2024-09-20T19:11:26.382077+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:29 smithi029 bash[19840]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:29 smithi029 bash[19840]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:29 smithi064 bash[21771]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:29 smithi064 bash[21771]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:29 smithi191 bash[22010]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:29.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:29 smithi191 bash[22010]: cluster 2024-09-20T19:11:28.382606+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:31 smithi029 bash[19840]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:31 smithi029 bash[19840]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:31 smithi064 bash[21771]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:31 smithi064 bash[21771]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:31 smithi191 bash[22010]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:31.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:31 smithi191 bash[22010]: cluster 2024-09-20T19:11:30.383135+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:33 smithi029 bash[19840]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:33 smithi029 bash[19840]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:33 smithi064 bash[21771]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:33 smithi064 bash[21771]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:33 smithi191 bash[22010]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:33.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:33 smithi191 bash[22010]: cluster 2024-09-20T19:11:32.383696+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:35 smithi029 bash[19840]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:35 smithi029 bash[19840]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:35 smithi064 bash[21771]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:35 smithi064 bash[21771]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:35 smithi191 bash[22010]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:35.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:35 smithi191 bash[22010]: cluster 2024-09-20T19:11:34.384210+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:37 smithi029 bash[19840]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:37 smithi029 bash[19840]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:37 smithi064 bash[21771]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:37 smithi064 bash[21771]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:37 smithi191 bash[22010]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:37.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:37 smithi191 bash[22010]: cluster 2024-09-20T19:11:36.384811+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:38.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:38 smithi191 bash[22010]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:38.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:38 smithi029 bash[19840]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:38.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: audit 2024-09-20T19:11:37.845553+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-20T19:11:38.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: audit 2024-09-20T19:11:37.847349+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:38.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:38.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:38 smithi064 bash[21771]: cephadm 2024-09-20T19:11:37.848950+0000 mgr.x (mgr.14152) 278 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-20T19:11:39.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:39 smithi029 bash[19840]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:39.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:39 smithi029 bash[19840]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:39.893 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:39 smithi191 bash[22010]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:39.893 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:39 smithi191 bash[22010]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:39.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:39 smithi064 bash[21771]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:39.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:39 smithi064 bash[21771]: cluster 2024-09-20T19:11:38.385336+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:41 smithi191 bash[22010]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:41 smithi191 bash[22010]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:41 smithi029 bash[19840]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:41 smithi029 bash[19840]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:41 smithi064 bash[21771]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:41.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:41 smithi064 bash[21771]: cluster 2024-09-20T19:11:40.385894+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:42.448 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:42 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:11:42.448 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:11:42 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:11:42.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:42 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:11:42.731 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:11:42 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:43 smithi029 bash[19840]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.823 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.823 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.823 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.824 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.824 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.824 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.824 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.824 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:43 smithi191 bash[22010]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: cluster 2024-09-20T19:11:42.386403+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.693641+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.700328+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:43.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:43 smithi064 bash[21771]: audit 2024-09-20T19:11:42.707658+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:45.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:45 smithi029 bash[19840]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:45.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:45 smithi029 bash[19840]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:45.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:45 smithi064 bash[21771]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:45.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:45 smithi064 bash[21771]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:45.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:45 smithi191 bash[22010]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:45.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:45 smithi191 bash[22010]: cluster 2024-09-20T19:11:44.386931+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:47 smithi029 bash[19840]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:47 smithi029 bash[19840]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:47 smithi064 bash[21771]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:47 smithi064 bash[21771]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:47 smithi191 bash[22010]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:47.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:47 smithi191 bash[22010]: cluster 2024-09-20T19:11:46.387517+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.542 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.543 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.543 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.543 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.543 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.543 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:49 smithi191 bash[22010]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:49 smithi029 bash[19840]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.217793+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.225340+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.227099+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.229045+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: audit 2024-09-20T19:11:48.238435+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:49.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:49 smithi064 bash[21771]: cluster 2024-09-20T19:11:48.388043+0000 mgr.x (mgr.14152) 284 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:51 smithi191 bash[22010]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:51 smithi191 bash[22010]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:51 smithi029 bash[19840]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:51 smithi029 bash[19840]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:51 smithi064 bash[21771]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:51.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:51 smithi064 bash[21771]: cluster 2024-09-20T19:11:50.388584+0000 mgr.x (mgr.14152) 285 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:53 smithi191 bash[22010]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:53 smithi191 bash[22010]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:53 smithi029 bash[19840]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:53 smithi029 bash[19840]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:53 smithi064 bash[21771]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:53.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:53 smithi064 bash[21771]: cluster 2024-09-20T19:11:52.389178+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.101 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 5 on host 'smithi191' 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:55 smithi191 bash[22010]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.787 DEBUG:teuthology.orchestra.run.smithi191:osd.5> sudo journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.5.service 2024-09-20T19:11:55.790 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-20T19:11:55.790 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-20T19:11:55.801 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.801 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.802 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:55 smithi029 bash[19840]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: cluster 2024-09-20T19:11:54.389746+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.081422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.088492+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.095867+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.190951+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:55.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:55 smithi064 bash[21771]: audit 2024-09-20T19:11:55.192794+0000 mon.a (mon.0) 527 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:57.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:57 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:57.481 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[30249]: debug 2024-09-20T19:11:57.130+0000 7f4f27633640 -1 osd.5 0 waiting for initial osdmap 2024-09-20T19:11:57.481 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[30249]: debug 2024-09-20T19:11:57.138+0000 7f4f2345a640 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T19:11:57.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:57.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:57 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.095551+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.100412+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.100645+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T19:11:57.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.101111+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:57.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: audit 2024-09-20T19:11:56.102411+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-20T19:11:57.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:57.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:57 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.390277+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:58 smithi064 bash[21771]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:58 smithi191 bash[22010]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.098223+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.103093+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.103977+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.113846+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.289700+0000 mon.a (mon.0) 536 : cluster [INF] osd.5 [v2:172.21.15.191:6808/1503078043,v1:172.21.15.191:6809/1503078043] boot 2024-09-20T19:11:58.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: cluster 2024-09-20T19:11:57.289790+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T19:11:58.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:58.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:58 smithi029 bash[19840]: audit 2024-09-20T19:11:57.290489+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:11:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:11:59.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:11:59 smithi064 bash[21771]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:11:59.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:11:59.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:11:59 smithi191 bash[22010]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.199980+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:56.200087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:58.292932+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:11:59.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:11:59 smithi029 bash[19840]: cluster 2024-09-20T19:11:58.390919+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:00.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:00 smithi191 bash[22010]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:00.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:00 smithi191 bash[22010]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:00.544 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:00.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:00 smithi029 bash[19840]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:00.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:00 smithi029 bash[19840]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:00.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:00 smithi064 bash[21771]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:00.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:00 smithi064 bash[21771]: cluster 2024-09-20T19:11:59.300598+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T19:12:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:01 smithi029 bash[19840]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:01.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:01 smithi029 bash[19840]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:01.631 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:01 smithi191 bash[22010]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:01.631 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:01 smithi191 bash[22010]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:01.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:01 smithi064 bash[21771]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:01.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:01 smithi064 bash[21771]: cluster 2024-09-20T19:12:00.391515+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:02.028 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:02.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:02 smithi191 bash[22010]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:02 smithi191 bash[22010]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:02 smithi064 bash[21771]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:02 smithi064 bash[21771]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:02 smithi029 bash[19840]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:02 smithi029 bash[19840]: audit 2024-09-20T19:12:02.029509+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.29:0/1041641173' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-20T19:12:02.664 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":41,"num_osds":6,"num_up_osds":6,"osd_up_since":1726859517,"num_in_osds":6,"osd_in_since":1726859484,"num_remapped_pgs":0} 2024-09-20T19:12:02.665 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T19:12:03.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:03 smithi064 bash[21771]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:03.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:03 smithi064 bash[21771]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:03.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:03 smithi191 bash[22010]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:03.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:03 smithi191 bash[22010]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:03 smithi029 bash[19840]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:03.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:03 smithi029 bash[19840]: cluster 2024-09-20T19:12:02.392156+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-09-20T19:12:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:05.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:05.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:05 smithi064 bash[21771]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:05.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:05.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.982 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:05.983 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:05.984 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:05 smithi191 bash[22010]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cluster 2024-09-20T19:12:04.392711+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-20T19:12:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cephadm 2024-09-20T19:12:04.580398+0000 mgr.x (mgr.14152) 293 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.588076+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.602344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.605248+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.607200+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: cephadm 2024-09-20T19:12:04.608570+0000 mgr.x (mgr.14152) 294 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.613512+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:06.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.617101+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:12:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.618836+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:12:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:06.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:05 smithi029 bash[19840]: audit 2024-09-20T19:12:04.628324+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:12:07.457 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:07.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:07 smithi064 bash[21771]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:07.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:07 smithi064 bash[21771]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:07.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:07 smithi191 bash[22010]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:07.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:07 smithi191 bash[22010]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:08.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:07 smithi029 bash[19840]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:08.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:07 smithi029 bash[19840]: cluster 2024-09-20T19:12:06.393302+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-20T19:12:08.874 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:08.874 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":41,"fsid":"90d680f0-7782-11ef-baf5-efdc52797490","created":"2024-09-20T19:03:25.688954+0000","modified":"2024-09-20T19:11:59.288628+0000","last_up_change":"2024-09-20T19:11:57.282912+0000","last_in_change":"2024-09-20T19:11:24.531366+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-20T19:09:10.886737+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":"8452a182-27ae-4798-8a02-3fda8fc074db","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.29:6802","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6803","nonce":2961457437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6805","nonce":2961457437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6809","nonce":2961457437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6807","nonce":2961457437}]},"public_addr":"172.21.15.29:6803/2961457437","cluster_addr":"172.21.15.29:6805/2961457437","heartbeat_back_addr":"172.21.15.29:6809/2961457437","heartbeat_front_addr":"172.21.15.29:6807/2961457437","state":["exists","up"]},{"osd":1,"uuid":"dd54aecf-5b62-4c30-b289-5997166e6f89","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.29:6810","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6811","nonce":4202530353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6813","nonce":4202530353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6817","nonce":4202530353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6815","nonce":4202530353}]},"public_addr":"172.21.15.29:6811/4202530353","cluster_addr":"172.21.15.29:6813/4202530353","heartbeat_back_addr":"172.21.15.29:6817/4202530353","heartbeat_front_addr":"172.21.15.29:6815/4202530353","state":["exists","up"]},{"osd":2,"uuid":"59c40afc-092c-45df-8826-2020e7540e4f","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.64:6800","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6801","nonce":914554636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6803","nonce":914554636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6807","nonce":914554636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6805","nonce":914554636}]},"public_addr":"172.21.15.64:6801/914554636","cluster_addr":"172.21.15.64:6803/914554636","heartbeat_back_addr":"172.21.15.64:6807/914554636","heartbeat_front_addr":"172.21.15.64:6805/914554636","state":["exists","up"]},{"osd":3,"uuid":"eb667c51-3741-4702-a76e-d838cfd7496b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6809","nonce":2548281453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6811","nonce":2548281453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6815","nonce":2548281453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6813","nonce":2548281453}]},"public_addr":"172.21.15.64:6809/2548281453","cluster_addr":"172.21.15.64:6811/2548281453","heartbeat_back_addr":"172.21.15.64:6815/2548281453","heartbeat_front_addr":"172.21.15.64:6813/2548281453","state":["exists","up"]},{"osd":4,"uuid":"305ea5ee-7e70-47bc-b19f-cc4b7fe62f26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6801","nonce":3445466853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6803","nonce":3445466853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6807","nonce":3445466853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6805","nonce":3445466853}]},"public_addr":"172.21.15.191:6801/3445466853","cluster_addr":"172.21.15.191:6803/3445466853","heartbeat_back_addr":"172.21.15.191:6807/3445466853","heartbeat_front_addr":"172.21.15.191:6805/3445466853","state":["exists","up"]},{"osd":5,"uuid":"8f733353-afe3-49ba-85ca-2f5a172497a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6809","nonce":1503078043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6811","nonce":1503078043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6815","nonce":1503078043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6813","nonce":1503078043}]},"public_addr":"172.21.15.191:6809/1503078043","cluster_addr":"172.21.15.191:6811/1503078043","heartbeat_back_addr":"172.21.15.191:6815/1503078043","heartbeat_front_addr":"172.21.15.191:6813/1503078043","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-20T19:07:20.474078+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-20T19:08:18.928083+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-20T19:09:08.304595+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-20T19:10:04.074401+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-20T19:10:56.382280+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-20T19:11:56.200091+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2332305636":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6800/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/1739073984":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1241779606":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1012966021":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/625311408":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/4119793224":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/3052360539":"2024-09-21T19:03:53.706542+0000","172.21.15.29:6800/3052360539":"2024-09-21T19:03:53.706542+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-20T19:12:09.597 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-20T19:09:10.886737+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-20T19:12:09.597 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-20T19:12:09.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:09 smithi064 bash[21771]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:09.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:09 smithi064 bash[21771]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:09.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:09 smithi064 bash[21771]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:09.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:09 smithi064 bash[21771]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:09.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:09 smithi191 bash[22010]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:09.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:09 smithi191 bash[22010]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:09.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:09 smithi191 bash[22010]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:09.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:09 smithi191 bash[22010]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:10.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:09 smithi029 bash[19840]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:10.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:09 smithi029 bash[19840]: cluster 2024-09-20T19:12:08.393801+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-20T19:12:10.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:09 smithi029 bash[19840]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:10.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:09 smithi029 bash[19840]: audit 2024-09-20T19:12:08.874389+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.29:0/2607973707' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:11.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:11 smithi064 bash[21771]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:11.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:11 smithi064 bash[21771]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:11.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:11 smithi191 bash[22010]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:11.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:11 smithi191 bash[22010]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:12.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:11 smithi029 bash[19840]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:12.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:11 smithi029 bash[19840]: cluster 2024-09-20T19:12:10.394347+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-20T19:12:13.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:13 smithi064 bash[21771]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:13.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:13 smithi064 bash[21771]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:13.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:13 smithi191 bash[22010]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:13.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:13 smithi191 bash[22010]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:14.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:13 smithi029 bash[19840]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:14.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:13 smithi029 bash[19840]: cluster 2024-09-20T19:12:12.394998+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-20T19:12:14.348 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:15.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:15 smithi029 bash[19840]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:15.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:15 smithi029 bash[19840]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:15.853 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-09-20T19:12:15.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:15 smithi064 bash[21771]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:15.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:15 smithi064 bash[21771]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:15.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:15 smithi191 bash[22010]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:15.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:15 smithi191 bash[22010]: cluster 2024-09-20T19:12:14.395591+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:16.541 INFO:tasks.cephadm:Setting up client nodes... 2024-09-20T19:12:16.541 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-20T19:12:16.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:16 smithi029 bash[19840]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:16.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:16 smithi029 bash[19840]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:16.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:16 smithi064 bash[21771]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:16.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:16 smithi064 bash[21771]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:16.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:16 smithi191 bash[22010]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:16.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:16 smithi191 bash[22010]: audit 2024-09-20T19:12:15.855197+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.29:0/1241685526' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-20T19:12:17.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:17 smithi064 bash[21771]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:17.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:17 smithi064 bash[21771]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:17.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:17 smithi191 bash[22010]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:17.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:17 smithi191 bash[22010]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:18.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:17 smithi029 bash[19840]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:18.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:17 smithi029 bash[19840]: cluster 2024-09-20T19:12:16.396177+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:19.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:19 smithi064 bash[21771]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:19.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:19 smithi064 bash[21771]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:19.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:19 smithi191 bash[22010]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:19.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:19 smithi191 bash[22010]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:19 smithi029 bash[19840]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:19 smithi029 bash[19840]: cluster 2024-09-20T19:12:18.396739+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.304 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:21 smithi029 bash[19840]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:21 smithi029 bash[19840]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:21 smithi064 bash[21771]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:21 smithi064 bash[21771]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:21 smithi191 bash[22010]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:21.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:21 smithi191 bash[22010]: cluster 2024-09-20T19:12:20.397310+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:22.811 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2024-09-20T19:12:22.811 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQAWye1mqWRTMBAAHTYIR3uou5qe6ayeIA1Ppw== 2024-09-20T19:12:23.513 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-20T19:12:23.514 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-20T19:12:23.514 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-20T19:12:23.538 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph config log 1 --format=json 2024-09-20T19:12:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:23.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:23 smithi029 bash[19840]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:23.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:23.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:23 smithi064 bash[21771]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:23.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: cluster 2024-09-20T19:12:22.397731+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:23.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: audit 2024-09-20T19:12:22.810577+0000 mon.a (mon.0) 552 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-20T19:12:23.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:23.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:23 smithi191 bash[22010]: audit 2024-09-20T19:12:22.812844+0000 mon.a (mon.0) 553 : audit [INF] from='client.? 172.21.15.29:0/1791893137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T19:12:25.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:25 smithi064 bash[21771]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:25.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:25 smithi064 bash[21771]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:25.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:25 smithi191 bash[22010]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:25.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:25 smithi191 bash[22010]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:26.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:25 smithi029 bash[19840]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:26.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:25 smithi029 bash[19840]: cluster 2024-09-20T19:12:24.398272+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:27.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:27 smithi064 bash[21771]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:27.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:27 smithi064 bash[21771]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:27.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:27 smithi191 bash[22010]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:27.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:27 smithi191 bash[22010]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:28.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:27 smithi029 bash[19840]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:28.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:27 smithi029 bash[19840]: cluster 2024-09-20T19:12:26.398861+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:28.326 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:29.801 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:29.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:29 smithi029 bash[19840]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:29.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:29 smithi029 bash[19840]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:29.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:29 smithi064 bash[21771]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:29.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:29 smithi064 bash[21771]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:29.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:29 smithi191 bash[22010]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:29.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:29 smithi191 bash[22010]: cluster 2024-09-20T19:12:28.399324+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:30.548 INFO:teuthology.orchestra.run.smithi029.stdout:[{"version":18,"timestamp":"2024-09-20T19:12:04.609100+0000","name":"","changes":[{"name":"osd/host:smithi191/osd_memory_target","previous_value":"22399210291","new_value":"11199605145"}]}] 2024-09-20T19:12:30.549 INFO:tasks.ceph_manager:config epoch is 18 2024-09-20T19:12:30.549 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-20T19:12:30.549 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-20T19:12:30.549 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph mgr dump --format=json 2024-09-20T19:12:30.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:30 smithi029 bash[19840]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:30.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:30 smithi029 bash[19840]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:30.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:30 smithi064 bash[21771]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:30.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:30 smithi064 bash[21771]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:30.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:30 smithi191 bash[22010]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:30.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:30 smithi191 bash[22010]: audit 2024-09-20T19:12:29.803576+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/983020289' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-20T19:12:31.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:31 smithi064 bash[21771]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:31.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:31 smithi064 bash[21771]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:31.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:31 smithi191 bash[22010]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:31.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:31 smithi191 bash[22010]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:31 smithi029 bash[19840]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:31 smithi029 bash[19840]: cluster 2024-09-20T19:12:30.399858+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:33.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:33 smithi064 bash[21771]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:33.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:33 smithi064 bash[21771]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:33.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:33 smithi191 bash[22010]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:33.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:33 smithi191 bash[22010]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:34.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:33 smithi029 bash[19840]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:34.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:33 smithi029 bash[19840]: cluster 2024-09-20T19:12:32.400461+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:35.301 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:35.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:35 smithi064 bash[21771]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:35.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:35 smithi064 bash[21771]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:35.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:35 smithi191 bash[22010]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:35.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:35 smithi191 bash[22010]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:36.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:35 smithi029 bash[19840]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:36.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:35 smithi029 bash[19840]: cluster 2024-09-20T19:12:34.401055+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:36.785 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:37.434 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":2011935440},{"type":"v1","addr":"172.21.15.29:6801","nonce":2011935440}]},"active_addr":"172.21.15.29:6801/2011935440","active_change":"2024-09-20T19:04:30.270591+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.8","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.29: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.29:0","nonce":2947765292}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1497776606}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":4049252566}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3403643430}]}]} 2024-09-20T19:12:37.436 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-20T19:12:37.436 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-20T19:12:37.437 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T19:12:37.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:37 smithi029 bash[19840]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:37 smithi029 bash[19840]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:37 smithi029 bash[19840]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:37.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:37 smithi029 bash[19840]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:37 smithi064 bash[21771]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:37 smithi064 bash[21771]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:37 smithi064 bash[21771]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:37.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:37 smithi064 bash[21771]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:37.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:37 smithi191 bash[22010]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:37 smithi191 bash[22010]: cluster 2024-09-20T19:12:36.401477+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:37.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:37 smithi191 bash[22010]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:37.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:37 smithi191 bash[22010]: audit 2024-09-20T19:12:36.782579+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.29:0/4226152232' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-20T19:12:39.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:39 smithi191 bash[22010]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:39.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:39 smithi191 bash[22010]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:40.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:39 smithi029 bash[19840]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:40.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:39 smithi029 bash[19840]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:39 smithi064 bash[21771]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:39 smithi064 bash[21771]: cluster 2024-09-20T19:12:38.402011+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:41.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:41 smithi191 bash[22010]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:41.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:41 smithi191 bash[22010]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:42.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:41 smithi029 bash[19840]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:42.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:41 smithi029 bash[19840]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:41 smithi064 bash[21771]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:41 smithi064 bash[21771]: cluster 2024-09-20T19:12:40.402585+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:42.191 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:43.590 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:43.590 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":41,"fsid":"90d680f0-7782-11ef-baf5-efdc52797490","created":"2024-09-20T19:03:25.688954+0000","modified":"2024-09-20T19:11:59.288628+0000","last_up_change":"2024-09-20T19:11:57.282912+0000","last_in_change":"2024-09-20T19:11:24.531366+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-20T19:09:10.886737+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":"8452a182-27ae-4798-8a02-3fda8fc074db","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.29:6802","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6803","nonce":2961457437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6805","nonce":2961457437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6809","nonce":2961457437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6807","nonce":2961457437}]},"public_addr":"172.21.15.29:6803/2961457437","cluster_addr":"172.21.15.29:6805/2961457437","heartbeat_back_addr":"172.21.15.29:6809/2961457437","heartbeat_front_addr":"172.21.15.29:6807/2961457437","state":["exists","up"]},{"osd":1,"uuid":"dd54aecf-5b62-4c30-b289-5997166e6f89","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.29:6810","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6811","nonce":4202530353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6813","nonce":4202530353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6817","nonce":4202530353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6815","nonce":4202530353}]},"public_addr":"172.21.15.29:6811/4202530353","cluster_addr":"172.21.15.29:6813/4202530353","heartbeat_back_addr":"172.21.15.29:6817/4202530353","heartbeat_front_addr":"172.21.15.29:6815/4202530353","state":["exists","up"]},{"osd":2,"uuid":"59c40afc-092c-45df-8826-2020e7540e4f","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.64:6800","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6801","nonce":914554636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6803","nonce":914554636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6807","nonce":914554636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6805","nonce":914554636}]},"public_addr":"172.21.15.64:6801/914554636","cluster_addr":"172.21.15.64:6803/914554636","heartbeat_back_addr":"172.21.15.64:6807/914554636","heartbeat_front_addr":"172.21.15.64:6805/914554636","state":["exists","up"]},{"osd":3,"uuid":"eb667c51-3741-4702-a76e-d838cfd7496b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6809","nonce":2548281453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6811","nonce":2548281453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6815","nonce":2548281453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6813","nonce":2548281453}]},"public_addr":"172.21.15.64:6809/2548281453","cluster_addr":"172.21.15.64:6811/2548281453","heartbeat_back_addr":"172.21.15.64:6815/2548281453","heartbeat_front_addr":"172.21.15.64:6813/2548281453","state":["exists","up"]},{"osd":4,"uuid":"305ea5ee-7e70-47bc-b19f-cc4b7fe62f26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6801","nonce":3445466853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6803","nonce":3445466853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6807","nonce":3445466853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6805","nonce":3445466853}]},"public_addr":"172.21.15.191:6801/3445466853","cluster_addr":"172.21.15.191:6803/3445466853","heartbeat_back_addr":"172.21.15.191:6807/3445466853","heartbeat_front_addr":"172.21.15.191:6805/3445466853","state":["exists","up"]},{"osd":5,"uuid":"8f733353-afe3-49ba-85ca-2f5a172497a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6809","nonce":1503078043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6811","nonce":1503078043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6815","nonce":1503078043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6813","nonce":1503078043}]},"public_addr":"172.21.15.191:6809/1503078043","cluster_addr":"172.21.15.191:6811/1503078043","heartbeat_back_addr":"172.21.15.191:6815/1503078043","heartbeat_front_addr":"172.21.15.191:6813/1503078043","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-20T19:07:20.474078+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-20T19:08:18.928083+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-20T19:09:08.304595+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-20T19:10:04.074401+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-20T19:10:56.382280+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-20T19:11:56.200091+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2332305636":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6800/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/1739073984":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1241779606":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1012966021":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/625311408":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/4119793224":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/3052360539":"2024-09-21T19:03:53.706542+0000","172.21.15.29:6800/3052360539":"2024-09-21T19:03:53.706542+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-20T19:12:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:43 smithi191 bash[22010]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:43 smithi191 bash[22010]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:43.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:43 smithi191 bash[22010]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:43.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:43 smithi191 bash[22010]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:44.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:43 smithi029 bash[19840]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:44.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:43 smithi029 bash[19840]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:44.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:43 smithi029 bash[19840]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:44.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:43 smithi029 bash[19840]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:43 smithi064 bash[21771]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:43 smithi064 bash[21771]: cluster 2024-09-20T19:12:42.403192+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:43 smithi064 bash[21771]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:43 smithi064 bash[21771]: audit 2024-09-20T19:12:43.591293+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.29:0/805381948' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:44.292 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-20T19:12:44.292 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T19:12:45.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:45 smithi191 bash[22010]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:45.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:45 smithi191 bash[22010]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:46.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:45 smithi029 bash[19840]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:46.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:45 smithi029 bash[19840]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:46.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:45 smithi064 bash[21771]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:46.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:45 smithi064 bash[21771]: cluster 2024-09-20T19:12:44.403733+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:47.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:47 smithi191 bash[22010]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:47.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:47 smithi191 bash[22010]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:48.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:47 smithi029 bash[19840]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:48.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:47 smithi029 bash[19840]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:48.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:47 smithi064 bash[21771]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:48.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:47 smithi064 bash[21771]: cluster 2024-09-20T19:12:46.404321+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:49.045 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:49.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:49 smithi191 bash[22010]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:49.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:49 smithi191 bash[22010]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:50.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:49 smithi029 bash[19840]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:50.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:49 smithi029 bash[19840]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:50.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:49 smithi064 bash[21771]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:50.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:49 smithi064 bash[21771]: cluster 2024-09-20T19:12:48.404887+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:50.519 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:12:50.519 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":41,"fsid":"90d680f0-7782-11ef-baf5-efdc52797490","created":"2024-09-20T19:03:25.688954+0000","modified":"2024-09-20T19:11:59.288628+0000","last_up_change":"2024-09-20T19:11:57.282912+0000","last_in_change":"2024-09-20T19:11:24.531366+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-20T19:09:10.886737+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":"8452a182-27ae-4798-8a02-3fda8fc074db","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.29:6802","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6803","nonce":2961457437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6805","nonce":2961457437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6809","nonce":2961457437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2961457437},{"type":"v1","addr":"172.21.15.29:6807","nonce":2961457437}]},"public_addr":"172.21.15.29:6803/2961457437","cluster_addr":"172.21.15.29:6805/2961457437","heartbeat_back_addr":"172.21.15.29:6809/2961457437","heartbeat_front_addr":"172.21.15.29:6807/2961457437","state":["exists","up"]},{"osd":1,"uuid":"dd54aecf-5b62-4c30-b289-5997166e6f89","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.29:6810","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6811","nonce":4202530353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6813","nonce":4202530353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6817","nonce":4202530353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":4202530353},{"type":"v1","addr":"172.21.15.29:6815","nonce":4202530353}]},"public_addr":"172.21.15.29:6811/4202530353","cluster_addr":"172.21.15.29:6813/4202530353","heartbeat_back_addr":"172.21.15.29:6817/4202530353","heartbeat_front_addr":"172.21.15.29:6815/4202530353","state":["exists","up"]},{"osd":2,"uuid":"59c40afc-092c-45df-8826-2020e7540e4f","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.64:6800","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6801","nonce":914554636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6803","nonce":914554636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6807","nonce":914554636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":914554636},{"type":"v1","addr":"172.21.15.64:6805","nonce":914554636}]},"public_addr":"172.21.15.64:6801/914554636","cluster_addr":"172.21.15.64:6803/914554636","heartbeat_back_addr":"172.21.15.64:6807/914554636","heartbeat_front_addr":"172.21.15.64:6805/914554636","state":["exists","up"]},{"osd":3,"uuid":"eb667c51-3741-4702-a76e-d838cfd7496b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6809","nonce":2548281453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6811","nonce":2548281453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6815","nonce":2548281453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":2548281453},{"type":"v1","addr":"172.21.15.64:6813","nonce":2548281453}]},"public_addr":"172.21.15.64:6809/2548281453","cluster_addr":"172.21.15.64:6811/2548281453","heartbeat_back_addr":"172.21.15.64:6815/2548281453","heartbeat_front_addr":"172.21.15.64:6813/2548281453","state":["exists","up"]},{"osd":4,"uuid":"305ea5ee-7e70-47bc-b19f-cc4b7fe62f26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6801","nonce":3445466853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6803","nonce":3445466853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6807","nonce":3445466853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3445466853},{"type":"v1","addr":"172.21.15.191:6805","nonce":3445466853}]},"public_addr":"172.21.15.191:6801/3445466853","cluster_addr":"172.21.15.191:6803/3445466853","heartbeat_back_addr":"172.21.15.191:6807/3445466853","heartbeat_front_addr":"172.21.15.191:6805/3445466853","state":["exists","up"]},{"osd":5,"uuid":"8f733353-afe3-49ba-85ca-2f5a172497a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6809","nonce":1503078043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6811","nonce":1503078043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6815","nonce":1503078043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1503078043},{"type":"v1","addr":"172.21.15.191:6813","nonce":1503078043}]},"public_addr":"172.21.15.191:6809/1503078043","cluster_addr":"172.21.15.191:6811/1503078043","heartbeat_back_addr":"172.21.15.191:6815/1503078043","heartbeat_front_addr":"172.21.15.191:6813/1503078043","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-20T19:07:20.474078+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-20T19:08:18.928083+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-20T19:09:08.304595+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-20T19:10:04.074401+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-20T19:10:56.382280+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-20T19:11:56.200091+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2332305636":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6800/2509821843":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/1739073984":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1241779606":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/1012966021":"2024-09-21T19:03:53.706542+0000","172.21.15.29:0/625311408":"2024-09-21T19:04:30.270350+0000","172.21.15.29:0/4119793224":"2024-09-21T19:04:30.270350+0000","172.21.15.29:6801/3052360539":"2024-09-21T19:03:53.706542+0000","172.21.15.29:6800/3052360539":"2024-09-21T19:03:53.706542+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-20T19:12:50.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:50 smithi029 bash[19840]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:50.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:50 smithi029 bash[19840]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:50.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:50 smithi191 bash[22010]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:50.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:50 smithi191 bash[22010]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:51.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:50 smithi064 bash[21771]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:51.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:50 smithi064 bash[21771]: audit 2024-09-20T19:12:50.520773+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.29:0/3786073909' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-20T19:12:51.227 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-20T19:12:51.227 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-20T19:12:51.228 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-20T19:12:51.228 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-20T19:12:51.229 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-20T19:12:51.229 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-20T19:12:51.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:51 smithi191 bash[22010]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:51.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:51 smithi191 bash[22010]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:52.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:51 smithi029 bash[19840]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:52.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:51 smithi029 bash[19840]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:52.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:51 smithi064 bash[21771]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:52.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:51 smithi064 bash[21771]: cluster 2024-09-20T19:12:50.405282+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:53.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:53 smithi191 bash[22010]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:53.981 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:53 smithi191 bash[22010]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:54.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:53 smithi029 bash[19840]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:54.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:53 smithi029 bash[19840]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:54.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:53 smithi064 bash[21771]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:54.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:53 smithi064 bash[21771]: cluster 2024-09-20T19:12:52.405838+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:55.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:55 smithi191 bash[22010]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:55.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:55 smithi191 bash[22010]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:55.996 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:55.997 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:55.997 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:55.998 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:55.998 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:55.999 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:12:56.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:55 smithi029 bash[19840]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:56.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:55 smithi029 bash[19840]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:56.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:55 smithi064 bash[21771]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:56.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:55 smithi064 bash[21771]: cluster 2024-09-20T19:12:54.406400+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:57.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:57 smithi191 bash[22010]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:57.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:57 smithi191 bash[22010]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:58.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:57 smithi029 bash[19840]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:58.062 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:57 smithi029 bash[19840]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:58.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:57 smithi064 bash[21771]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:58.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:57 smithi064 bash[21771]: cluster 2024-09-20T19:12:56.406960+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:59.659 INFO:teuthology.orchestra.run.smithi029.stdout:55834574906 2024-09-20T19:12:59.659 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-20T19:12:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:59 smithi029 bash[19840]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:12:59 smithi029 bash[19840]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:59.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:59 smithi191 bash[22010]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:12:59.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:12:59 smithi191 bash[22010]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:00.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:59 smithi064 bash[21771]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:00.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:12:59 smithi064 bash[21771]: cluster 2024-09-20T19:12:58.407411+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:01.419 INFO:teuthology.orchestra.run.smithi029.stdout:34359738437 2024-09-20T19:13:01.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-20T19:13:01.538 INFO:teuthology.orchestra.run.smithi029.stdout:77309411377 2024-09-20T19:13:01.539 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-20T19:13:01.832 INFO:teuthology.orchestra.run.smithi029.stdout:111669149732 2024-09-20T19:13:01.833 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-20T19:13:01.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:01 smithi191 bash[22010]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:01.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:01 smithi191 bash[22010]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:02.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:01 smithi029 bash[19840]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:02.004 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:01 smithi029 bash[19840]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:02.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:01 smithi064 bash[21771]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:02.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:01 smithi064 bash[21771]: cluster 2024-09-20T19:13:00.407979+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:02.218 INFO:teuthology.orchestra.run.smithi029.stdout:141733920795 2024-09-20T19:13:02.218 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-20T19:13:02.642 INFO:teuthology.orchestra.run.smithi029.stdout:167503724559 2024-09-20T19:13:02.642 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-20T19:13:03.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:03 smithi191 bash[22010]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:03.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:03 smithi191 bash[22010]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:04.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:03 smithi029 bash[19840]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:04.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:03 smithi029 bash[19840]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:04.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:03 smithi064 bash[21771]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:04.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:03 smithi064 bash[21771]: cluster 2024-09-20T19:13:02.408367+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:04.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:04 smithi191 bash[22010]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:04.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:04 smithi191 bash[22010]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:05.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:04 smithi029 bash[19840]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:05.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:04 smithi029 bash[19840]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:05.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:04 smithi064 bash[21771]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:05.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:04 smithi064 bash[21771]: audit 2024-09-20T19:13:04.674417+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:05.417 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:05.417 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:05.418 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:05 smithi029 bash[19840]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:05 smithi064 bash[21771]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: cluster 2024-09-20T19:13:04.408877+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:06.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.488222+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.489403+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:05 smithi191 bash[22010]: audit 2024-09-20T19:13:05.497342+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:06.425 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:06.425 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:06.426 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:08.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:07 smithi029 bash[19840]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:07 smithi029 bash[19840]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:07 smithi064 bash[21771]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:07 smithi064 bash[21771]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:07 smithi191 bash[22010]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:07 smithi191 bash[22010]: cluster 2024-09-20T19:13:06.409436+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:08.571 INFO:teuthology.orchestra.run.smithi029.stdout:55834574907 2024-09-20T19:13:08.838 INFO:teuthology.orchestra.run.smithi029.stdout:34359738439 2024-09-20T19:13:09.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:08 smithi029 bash[19840]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:08 smithi029 bash[19840]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.139 INFO:teuthology.orchestra.run.smithi029.stdout:77309411379 2024-09-20T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:08 smithi064 bash[21771]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:08 smithi064 bash[21771]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:08 smithi191 bash[22010]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:08 smithi191 bash[22010]: audit 2024-09-20T19:13:08.574358+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.29:0/472188373' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-20T19:13:09.367 INFO:teuthology.orchestra.run.smithi029.stdout:141733920796 2024-09-20T19:13:09.660 INFO:teuthology.orchestra.run.smithi029.stdout:167503724561 2024-09-20T19:13:09.985 INFO:teuthology.orchestra.run.smithi029.stdout:111669149734 2024-09-20T19:13:09.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:09.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:09 smithi029 bash[19840]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:10.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:10.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:10.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:10.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:09 smithi064 bash[21771]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:10.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:10.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: cluster 2024-09-20T19:13:08.409788+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:10.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:08.841469+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.29:0/4032827195' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.141712+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.29:0/2218052949' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.370196+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.29:0/1160993739' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:10.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:09 smithi191 bash[22010]: audit 2024-09-20T19:13:09.662566+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.29:0/2003810298' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-20T19:13:11.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:10 smithi029 bash[19840]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:10 smithi029 bash[19840]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574906 got 55834574907 for osd.1 2024-09-20T19:13:11.090 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:10 smithi064 bash[21771]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:10 smithi064 bash[21771]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738437 got 34359738439 for osd.0 2024-09-20T19:13:11.174 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:11.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:10 smithi191 bash[22010]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:10 smithi191 bash[22010]: audit 2024-09-20T19:13:09.988121+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.29:0/1173334198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-20T19:13:11.865 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:11 smithi029 bash[19840]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:11.865 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:11 smithi029 bash[19840]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:12.105 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411377 got 77309411379 for osd.2 2024-09-20T19:13:12.105 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:11 smithi064 bash[21771]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:12.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:11 smithi064 bash[21771]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:12.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:11 smithi191 bash[22010]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:12.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:11 smithi191 bash[22010]: cluster 2024-09-20T19:13:10.410283+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:12.389 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920795 got 141733920796 for osd.4 2024-09-20T19:13:12.390 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:12.444 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724559 got 167503724561 for osd.5 2024-09-20T19:13:12.444 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:12.520 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149734 for osd.3 2024-09-20T19:13:12.520 DEBUG:teuthology.parallel:result is None 2024-09-20T19:13:12.520 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-20T19:13:12.521 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-20T19:13:14.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:13 smithi029 bash[19840]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:14.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:13 smithi029 bash[19840]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:14.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:13 smithi064 bash[21771]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:14.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:13 smithi064 bash[21771]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:14.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:13 smithi191 bash[22010]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:14.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:13 smithi191 bash[22010]: cluster 2024-09-20T19:13:12.410833+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:15 smithi029 bash[19840]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:15 smithi029 bash[19840]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:15 smithi064 bash[21771]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:15 smithi064 bash[21771]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:15 smithi191 bash[22010]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:16.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:15 smithi191 bash[22010]: cluster 2024-09-20T19:13:14.411325+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:17.265 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:18.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:17 smithi029 bash[19840]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:17 smithi029 bash[19840]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:17 smithi064 bash[21771]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:17 smithi064 bash[21771]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:17 smithi191 bash[22010]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:17 smithi191 bash[22010]: cluster 2024-09-20T19:13:16.411900+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:18.786 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:13:18.787 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-09-20T19:13:19.460 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":295,"stamp":"2024-09-20T19:13:18.412188+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":178556,"kb_used_data":3900,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292356,"statfs":{"total":575970213888,"available":575787372544,"internally_reserved":0,"allocated":3993600,"data_stored":2619108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.003023"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":65,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-09-20T19:12:00.215467+0000","last_change":"2024-09-20T19:12:00.214519+0000","last_active":"2024-09-20T19:12:00.215467+0000","last_peered":"2024-09-20T19:12:00.215467+0000","last_clean":"2024-09-20T19:12:00.215467+0000","last_became_active":"2024-09-20T19:12:00.204475+0000","last_became_peered":"2024-09-20T19:12:00.204475+0000","last_unstale":"2024-09-20T19:12:00.215467+0000","last_undegraded":"2024-09-20T19:12:00.215467+0000","last_fullsized":"2024-09-20T19:12:00.215467+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-20T19:09:11.708939+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-20T19:09:11.708939+0000","last_clean_scrub_stamp":"2024-09-20T19:09:11.708939+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-22T00:42:43.889458+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":39,"seq":167503724563,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":33,"seq":141733920798,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31552,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713600,"statfs":{"total":95995035648,"available":95962726400,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":111669149736,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":77309411381,"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":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":55834574910,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31548,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713604,"statfs":{"total":95995035648,"available":95962730496,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31548,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713604,"statfs":{"total":95995035648,"available":95962730496,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-20T19:13:19.460 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-20T19:13:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:19 smithi029 bash[19840]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:19 smithi029 bash[19840]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:19 smithi029 bash[19840]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:20.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:19 smithi029 bash[19840]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:20.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:19 smithi064 bash[21771]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:19 smithi064 bash[21771]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:19 smithi064 bash[21771]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:20.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:19 smithi064 bash[21771]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:20.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:19 smithi191 bash[22010]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:19 smithi191 bash[22010]: cluster 2024-09-20T19:13:18.412486+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:20.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:19 smithi191 bash[22010]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:20.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:19 smithi191 bash[22010]: audit 2024-09-20T19:13:18.788023+0000 mgr.x (mgr.14152) 332 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:22.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:21 smithi029 bash[19840]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:22.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:21 smithi029 bash[19840]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:22.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:21 smithi064 bash[21771]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:22.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:21 smithi064 bash[21771]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:22.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:21 smithi191 bash[22010]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:22.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:21 smithi191 bash[22010]: cluster 2024-09-20T19:13:20.413055+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:23 smithi029 bash[19840]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:23 smithi029 bash[19840]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:23 smithi064 bash[21771]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:23 smithi064 bash[21771]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.207 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:24.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:23 smithi191 bash[22010]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:24.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:23 smithi191 bash[22010]: cluster 2024-09-20T19:13:22.413632+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:25.652 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:13:25.652 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-09-20T19:13:26.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:25 smithi029 bash[19840]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:25 smithi029 bash[19840]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:25 smithi064 bash[21771]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:25 smithi064 bash[21771]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:25 smithi191 bash[22010]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:25 smithi191 bash[22010]: cluster 2024-09-20T19:13:24.414169+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:26.376 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":298,"stamp":"2024-09-20T19:13:24.413905+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":178556,"kb_used_data":3900,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292356,"statfs":{"total":575970213888,"available":575787372544,"internally_reserved":0,"allocated":3993600,"data_stored":2619108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.003363"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":65,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-09-20T19:12:00.215467+0000","last_change":"2024-09-20T19:12:00.214519+0000","last_active":"2024-09-20T19:12:00.215467+0000","last_peered":"2024-09-20T19:12:00.215467+0000","last_clean":"2024-09-20T19:12:00.215467+0000","last_became_active":"2024-09-20T19:12:00.204475+0000","last_became_peered":"2024-09-20T19:12:00.204475+0000","last_unstale":"2024-09-20T19:12:00.215467+0000","last_undegraded":"2024-09-20T19:12:00.215467+0000","last_fullsized":"2024-09-20T19:12:00.215467+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-20T19:09:11.708939+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-20T19:09:11.708939+0000","last_clean_scrub_stamp":"2024-09-20T19:09:11.708939+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-22T00:42:43.889458+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":39,"seq":167503724564,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":33,"seq":141733920800,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31552,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713600,"statfs":{"total":95995035648,"available":95962726400,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":111669149737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":77309411382,"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":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":962560,"data_stored":731702,"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":55834574911,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31548,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713604,"statfs":{"total":95995035648,"available":95962730496,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738442,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31548,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713604,"statfs":{"total":95995035648,"available":95962730496,"internally_reserved":0,"allocated":368640,"data_stored":141334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-20T19:13:26.377 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-20T19:13:26.377 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-20T19:13:26.377 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-20T19:13:26.377 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph health --format=json 2024-09-20T19:13:27.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:26 smithi029 bash[19840]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:27.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:26 smithi029 bash[19840]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:27.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:26 smithi064 bash[21771]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:27.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:26 smithi064 bash[21771]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:27.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:26 smithi191 bash[22010]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:27.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:26 smithi191 bash[22010]: audit 2024-09-20T19:13:25.653352+0000 mgr.x (mgr.14152) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:28.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:27 smithi029 bash[19840]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:28.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:27 smithi029 bash[19840]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:28.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:27 smithi064 bash[21771]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:28.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:27 smithi064 bash[21771]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:28.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:27 smithi191 bash[22010]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:28.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:27 smithi191 bash[22010]: cluster 2024-09-20T19:13:26.414651+0000 mgr.x (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:29 smithi029 bash[19840]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:29 smithi029 bash[19840]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:29 smithi064 bash[21771]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:29 smithi064 bash[21771]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:29 smithi191 bash[22010]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:30.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:29 smithi191 bash[22010]: cluster 2024-09-20T19:13:28.415176+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:31.124 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:31 smithi029 bash[19840]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:31 smithi029 bash[19840]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:31 smithi064 bash[21771]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:31 smithi064 bash[21771]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:31 smithi191 bash[22010]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:31 smithi191 bash[22010]: cluster 2024-09-20T19:13:30.415718+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:32.592 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:13:32.592 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-20T19:13:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:32 smithi029 bash[19840]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:32 smithi029 bash[19840]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:32 smithi064 bash[21771]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:32 smithi064 bash[21771]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:32 smithi191 bash[22010]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:32 smithi191 bash[22010]: audit 2024-09-20T19:13:32.594738+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.29:0/31762252' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-20T19:13:33.269 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-20T19:13:33.269 INFO:tasks.cephadm:Setup complete, yielding 2024-09-20T19:13:33.269 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-20T19:13:33.280 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:13:33.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph fs volume create cephfs' 2024-09-20T19:13:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:33 smithi064 bash[21771]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:33 smithi064 bash[21771]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:33 smithi191 bash[22010]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:33 smithi191 bash[22010]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:34.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:33 smithi029 bash[19840]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:34.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:33 smithi029 bash[19840]: cluster 2024-09-20T19:13:32.416274+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:35 smithi064 bash[21771]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:35 smithi064 bash[21771]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:35 smithi191 bash[22010]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:35 smithi191 bash[22010]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:35 smithi029 bash[19840]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:36.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:35 smithi029 bash[19840]: cluster 2024-09-20T19:13:34.416804+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.034 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:38.135 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:37 smithi029 bash[19840]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.135 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:37 smithi029 bash[19840]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:37 smithi064 bash[21771]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:37 smithi064 bash[21771]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:37 smithi191 bash[22010]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:38.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:37 smithi191 bash[22010]: cluster 2024-09-20T19:13:36.417370+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:39 smithi064 bash[21771]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:39 smithi064 bash[21771]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:39 smithi064 bash[21771]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:40.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:39 smithi064 bash[21771]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:40.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:39 smithi191 bash[22010]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:39 smithi191 bash[22010]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:39 smithi191 bash[22010]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:40.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:39 smithi191 bash[22010]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:39 smithi029 bash[19840]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:39 smithi029 bash[19840]: cluster 2024-09-20T19:13:38.417944+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:39 smithi029 bash[19840]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:39 smithi029 bash[19840]: audit 2024-09-20T19:13:39.466212+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-20T19:13:41.115 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.116 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:40 smithi029 bash[19840]: debug 2024-09-20T19:13:40.854+0000 7f931761d640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:40 smithi064 bash[21771]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.465250+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.833659+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: cluster 2024-09-20T19:13:39.838028+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T19:13:41.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:40 smithi191 bash[22010]: audit 2024-09-20T19:13:39.840662+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:41.622 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-20T19:13:41.635 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-20T19:13:41.635 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:13:42.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.056 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.057 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:42.058 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:41 smithi029 bash[19840]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:42.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:41 smithi064 bash[21771]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:42.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.418586+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v307: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:42.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.833723+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.844405+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.852190+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.855621+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.857765+0000 mon.a (mon.0) 577 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.857889+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.864307+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.874065+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cluster 2024-09-20T19:13:40.875139+0000 mon.a (mon.0) 581 : cluster [DBG] fsmap cephfs:0 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cephadm 2024-09-20T19:13:40.882202+0000 mgr.x (mgr.14152) 346 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.898172+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.900256+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.903676+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.904729+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.911462+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.915060+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.917167+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.dfjwzf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:42.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: audit 2024-09-20T19:13:40.920202+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:42.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:42.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:41 smithi191 bash[22010]: cephadm 2024-09-20T19:13:40.921563+0000 mgr.x (mgr.14152) 347 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.dfjwzf on smithi191 2024-09-20T19:13:43.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:42 smithi064 bash[21771]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:42 smithi064 bash[21771]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:42 smithi191 bash[22010]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:42 smithi191 bash[22010]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:42 smithi029 bash[19840]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:42 smithi029 bash[19840]: cluster 2024-09-20T19:13:41.868226+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-20T19:13:43.679 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.679 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.979 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.980 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:43.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:43 smithi191 bash[22010]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:44.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:43 smithi064 bash[21771]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.419183+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v311: 65 pgs: 18 active+clean, 3 creating+activating, 8 creating+peering, 36 unknown; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.866941+0000 mon.a (mon.0) 591 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:44.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:43 smithi029 bash[19840]: cluster 2024-09-20T19:13:42.874059+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:45.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:44 smithi191 bash[22010]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:45.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:45.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:44 smithi029 bash[19840]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:45.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.955581+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.963194+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.970920+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.972444+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.975404+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi029.qnkgua", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: audit 2024-09-20T19:13:43.979997+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:45.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:44 smithi064 bash[21771]: cephadm 2024-09-20T19:13:43.981915+0000 mgr.x (mgr.14152) 349 : cephadm [INF] Deploying daemon mds.cephfs.smithi029.qnkgua on smithi029 2024-09-20T19:13:46.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:45 smithi029 bash[19840]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:45 smithi029 bash[19840]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:45 smithi191 bash[22010]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.440 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:45 smithi191 bash[22010]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.441 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:45 smithi064 bash[21771]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.441 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:45 smithi064 bash[21771]: cluster 2024-09-20T19:13:44.419665+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v313: 65 pgs: 49 active+clean, 3 creating+activating, 8 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:46.856 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:13:46 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:46.857 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:13:46 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:46.857 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:46.857 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:13:46 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:46.990 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:47.109 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:13:47 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:47.109 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:13:47 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:46 smithi029 bash[19840]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:47 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:47.111 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:13:47 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:47.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:46 smithi064 bash[21771]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988069+0000 mon.a (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:boot 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988152+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988200+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-20T19:13:47.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988215+0000 mon.a (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988225+0000 mon.a (mon.0) 603 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.988412+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: audit 2024-09-20T19:13:45.988637+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:45.994956+0000 mon.a (mon.0) 606 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:creating} 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:47.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:46 smithi191 bash[22010]: cluster 2024-09-20T19:13:46.017996+0000 mon.a (mon.0) 607 : cluster [INF] daemon mds.cephfs.smithi191.dfjwzf is now active in filesystem cephfs as rank 0 2024-09-20T19:13:48.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:48 smithi029 bash[19840]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:48 smithi064 bash[21771]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:46.420469+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v314: 65 pgs: 59 active+clean, 6 creating+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:47.003051+0000 mon.a (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.191:6816/2550659363,v1:172.21.15.191:6817/2550659363] up:active 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: cluster 2024-09-20T19:13:47.003148+0000 mon.a (mon.0) 609 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 2024-09-20T19:13:48.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.159826+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.163821+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.168148+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.172519+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.178979+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.207096+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:48.483 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:48 smithi191 bash[22010]: audit 2024-09-20T19:13:47.392995+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:49.476 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:13:49.477 INFO:teuthology.orchestra.run.smithi029.stdout:[{"events": ["2024-09-20T19:13:47.179167Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "running": 0, "size": 2}}, {"events": ["2024-09-20T19:06:22.074600Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:08:09.574329Z", "running": 1, "size": 1}}, {"events": ["2024-09-20T19:06:01.231048Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:08:09.574203Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:08:09.574436Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-20T19:13:50.145 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-20T19:13:50.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:50 smithi029 bash[19840]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:50.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:50 smithi029 bash[19840]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:50.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:50 smithi064 bash[21771]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:50.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:50 smithi064 bash[21771]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:50 smithi191 bash[22010]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:50 smithi191 bash[22010]: cluster 2024-09-20T19:13:48.421328+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-09-20T19:13:51.146 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:13:51.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:51.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:51 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:51.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:51 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:51.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: audit 2024-09-20T19:13:49.473025+0000 mgr.x (mgr.14152) 353 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:51.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.012915+0000 mon.a (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:boot 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013116+0000 mon.a (mon.0) 618 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.dfjwzf in favor of higher affinity standby. 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013177+0000 mon.a (mon.0) 619 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.dfjwzf as rank 0 with standby daemon mds.cephfs.smithi029.qnkgua 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013722+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.013765+0000 mon.a (mon.0) 621 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.014266+0000 mon.a (mon.0) 622 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.dfjwzf=up:active} 1 up:standby 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: audit 2024-09-20T19:13:50.015049+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:13:51.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.024834+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-20T19:13:51.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:51.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:51 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.024983+0000 mon.a (mon.0) 625 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:replay} 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:52.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:52 smithi029 bash[19840]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:52.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:52 smithi064 bash[21771]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:52.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:50.422034+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.017854+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033317+0000 mon.a (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:reconnect 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033423+0000 mon.a (mon.0) 628 : cluster [DBG] mds.? [v2:172.21.15.191:6816/798115331,v1:172.21.15.191:6817/798115331] up:boot 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: cluster 2024-09-20T19:13:51.033691+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:reconnect} 1 up:standby 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:52.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:52 smithi191 bash[22010]: audit 2024-09-20T19:13:51.033927+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:53 smithi029 bash[19840]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:53 smithi064 bash[21771]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.034743+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:rejoin 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.034919+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi029.qnkgua=up:rejoin} 1 up:standby 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.035113+0000 mon.a (mon.0) 633 : cluster [INF] daemon mds.cephfs.smithi029.qnkgua is now active in filesystem cephfs as rank 0 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.402399+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.510448+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:53.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:53 smithi191 bash[22010]: audit 2024-09-20T19:13:52.518700+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:54 smithi029 bash[19840]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:54 smithi064 bash[21771]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:52.423082+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 535 B/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.031438+0000 mon.a (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.031493+0000 mon.a (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.045686+0000 mon.a (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.29:6818/916484407,v1:172.21.15.29:6819/916484407] up:active 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: cluster 2024-09-20T19:13:53.045942+0000 mon.a (mon.0) 640 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi029.qnkgua=up:active} 1 up:standby 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.896668+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.904477+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.905343+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.906035+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.910353+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.941677+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.943859+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.944986+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:54.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:54 smithi191 bash[22010]: audit 2024-09-20T19:13:53.952966+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.29:0/410755334' entity='mgr.x' 2024-09-20T19:13:55.651 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:13:56.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:56 smithi029 bash[19840]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:56.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:56 smithi029 bash[19840]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:56.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:56 smithi064 bash[21771]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:56.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:56 smithi064 bash[21771]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:56.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:56 smithi191 bash[22010]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:56.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:56 smithi191 bash[22010]: cluster 2024-09-20T19:13:54.423975+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 1.4 KiB/s wr, 10 op/s 2024-09-20T19:13:57.330 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:13:57.331 INFO:teuthology.orchestra.run.smithi029.stdout:[{"events": ["2024-09-20T19:13:47.179167Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:13:52.502814Z", "running": 2, "size": 2}}, {"events": ["2024-09-20T19:06:22.074600Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:13:53.891939Z", "running": 1, "size": 1}}, {"events": ["2024-09-20T19:06:01.231048Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:09:57.168937Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:09:57.169262Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-20T19:13:57.968 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-20T19:13:57.968 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-20T19:13:57.980 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:13:57.981 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-20T19:13:58.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:58 smithi029 bash[19840]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:58.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:58 smithi029 bash[19840]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:58.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:58 smithi064 bash[21771]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:58.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:58 smithi064 bash[21771]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:58.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:58 smithi191 bash[22010]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:58.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:58 smithi191 bash[22010]: cluster 2024-09-20T19:13:56.424833+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.3 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-20T19:13:59.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:59 smithi029 bash[19840]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:59.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:13:59 smithi029 bash[19840]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:59.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:59 smithi064 bash[21771]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:59.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:13:59 smithi064 bash[21771]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:59.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:59 smithi191 bash[22010]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:13:59.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:13:59 smithi191 bash[22010]: audit 2024-09-20T19:13:57.329866+0000 mgr.x (mgr.14152) 358 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:00 smithi029 bash[19840]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:00 smithi029 bash[19840]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:00.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:00 smithi064 bash[21771]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:00.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:00 smithi064 bash[21771]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:00.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:00 smithi191 bash[22010]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:00.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:00 smithi191 bash[22010]: cluster 2024-09-20T19:13:58.425694+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-20T19:14:02.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:02 smithi064 bash[21771]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:02 smithi064 bash[21771]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:02 smithi191 bash[22010]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:02 smithi191 bash[22010]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:02 smithi029 bash[19840]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:02 smithi029 bash[19840]: cluster 2024-09-20T19:14:00.426435+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 295 B/s wr, 8 op/s 2024-09-20T19:14:02.743 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:14:04.412 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[19840]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[19840]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[20095]: debug 2024-09-20T19:14:04.201+0000 7fa1268e3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[20095]: debug 2024-09-20T19:14:04.201+0000 7fa1268e3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[20095]: debug 2024-09-20T19:14:04.201+0000 7fa1268e3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[20095]: debug 2024-09-20T19:14:04.201+0000 7fa1268e3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:04 smithi029 bash[20095]: debug 2024-09-20T19:14:04.201+0000 7fa1268e3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:04.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:04 smithi064 bash[21771]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:04 smithi064 bash[21771]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:04 smithi191 bash[22010]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:04 smithi191 bash[22010]: cluster 2024-09-20T19:14:02.427333+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:14:04.925 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-20T19:14:06.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:06 smithi064 bash[21771]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:06 smithi064 bash[21771]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:06 smithi064 bash[21771]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:06.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:06 smithi064 bash[21771]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:06.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:06 smithi191 bash[22010]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:06 smithi191 bash[22010]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:06 smithi191 bash[22010]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:06.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:06 smithi191 bash[22010]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:06.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:06 smithi029 bash[19840]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:06 smithi029 bash[19840]: audit 2024-09-20T19:14:04.198351+0000 mgr.x (mgr.14152) 362 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:14:06.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:06 smithi029 bash[19840]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:06.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:06 smithi029 bash[19840]: cluster 2024-09-20T19:14:04.428160+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v324: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:14:07.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:07 smithi064 bash[21771]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:07.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:07 smithi064 bash[21771]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:07.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:07 smithi191 bash[22010]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:07.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:07 smithi191 bash[22010]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:07.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:07 smithi029 bash[19840]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:07.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:07 smithi029 bash[19840]: cluster 2024-09-20T19:14:06.082907+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-20T19:14:08.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:08 smithi064 bash[21771]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:08.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:08 smithi064 bash[21771]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:08.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:08 smithi191 bash[22010]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:08.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:08 smithi191 bash[22010]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:08.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:08 smithi029 bash[19840]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:08.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:08 smithi029 bash[19840]: cluster 2024-09-20T19:14:06.428958+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v325: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-09-20T19:14:09.687 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:14:10.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:10 smithi064 bash[21771]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:10.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:10 smithi064 bash[21771]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:10.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:10 smithi191 bash[22010]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:10.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:10 smithi191 bash[22010]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:10 smithi029 bash[19840]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:10 smithi029 bash[19840]: cluster 2024-09-20T19:14:08.429760+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v326: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 767 B/s rd, 852 B/s wr, 1 op/s 2024-09-20T19:14:12.031 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-20T19:14:12.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:12 smithi029 bash[19840]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:12.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:12 smithi029 bash[19840]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:12.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:12 smithi064 bash[21771]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:12.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:12 smithi064 bash[21771]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:12.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:12 smithi191 bash[22010]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:12.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:12 smithi191 bash[22010]: cluster 2024-09-20T19:14:10.430471+0000 mgr.x (mgr.14152) 366 : cluster [DBG] pgmap v327: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 852 B/s wr, 0 op/s 2024-09-20T19:14:13.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:13 smithi064 bash[21771]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:13.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:13 smithi064 bash[21771]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:13.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:13 smithi191 bash[22010]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:13.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:13 smithi191 bash[22010]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:13.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:13 smithi029 bash[19840]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:13.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:13 smithi029 bash[19840]: audit 2024-09-20T19:14:11.321620+0000 mgr.x (mgr.14152) 367 : audit [DBG] from='client.14505 -' 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-20T19:14:14.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:14 smithi064 bash[21771]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:14.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:14 smithi064 bash[21771]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:14.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:14 smithi191 bash[22010]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:14.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:14 smithi191 bash[22010]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:14.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:14 smithi029 bash[19840]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:14.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:14 smithi029 bash[19840]: cluster 2024-09-20T19:14:12.431355+0000 mgr.x (mgr.14152) 368 : cluster [DBG] pgmap v328: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:15 smithi064 bash[21771]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:15 smithi064 bash[21771]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:15 smithi191 bash[22010]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:15 smithi191 bash[22010]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:15 smithi029 bash[19840]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:15.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:15 smithi029 bash[19840]: cluster 2024-09-20T19:14:14.432185+0000 mgr.x (mgr.14152) 369 : cluster [DBG] pgmap v329: 65 pgs: 65 active+clean; 586 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1023 B/s wr, 0 op/s 2024-09-20T19:14:16.792 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:14:17.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:17 smithi029 bash[19840]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:17.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:17 smithi029 bash[19840]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:17.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:17 smithi064 bash[21771]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:17.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:17 smithi064 bash[21771]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:17.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:17 smithi191 bash[22010]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:17.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:17 smithi191 bash[22010]: cluster 2024-09-20T19:14:16.432930+0000 mgr.x (mgr.14152) 370 : cluster [DBG] pgmap v330: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s wr, 1 op/s 2024-09-20T19:14:19.022 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph mgr module enable smb' 2024-09-20T19:14:19.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:19 smithi029 bash[19840]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:19 smithi029 bash[19840]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:19 smithi029 bash[19840]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:19.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:19 smithi029 bash[19840]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:19.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:19 smithi064 bash[21771]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:19 smithi064 bash[21771]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:19 smithi064 bash[21771]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:19.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:19 smithi064 bash[21771]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:19.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:19 smithi191 bash[22010]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:19 smithi191 bash[22010]: audit 2024-09-20T19:14:18.326790+0000 mgr.x (mgr.14152) 371 : audit [DBG] from='client.14511 -' 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-20T19:14:19.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:19 smithi191 bash[22010]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:19.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:19 smithi191 bash[22010]: cluster 2024-09-20T19:14:18.433616+0000 mgr.x (mgr.14152) 372 : cluster [DBG] pgmap v331: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-20T19:14:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:21 smithi029 bash[19840]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:21 smithi029 bash[19840]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:21.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:21 smithi064 bash[21771]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:21.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:21 smithi064 bash[21771]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:21.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:21 smithi191 bash[22010]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:21.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:21 smithi191 bash[22010]: cluster 2024-09-20T19:14:20.434287+0000 mgr.x (mgr.14152) 373 : cluster [DBG] pgmap v332: 65 pgs: 65 active+clean; 607 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-20T19:14:23.781 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:14:23.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:23 smithi029 bash[19840]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:23.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:23 smithi029 bash[19840]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:23.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:23 smithi064 bash[21771]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:23.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:23 smithi064 bash[21771]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:23.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:23 smithi191 bash[22010]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:23.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:23 smithi191 bash[22010]: cluster 2024-09-20T19:14:22.435296+0000 mgr.x (mgr.14152) 374 : cluster [DBG] pgmap v333: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s wr, 2 op/s 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[20095]: ignoring --setuser ceph since I am not root 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[20095]: ignoring --setgroup ceph since I am not root 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[19840]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[19840]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[19840]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:25 smithi029 bash[19840]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:25.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:25 smithi064 bash[21771]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:25 smithi064 bash[21771]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:25 smithi064 bash[21771]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:25.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:25 smithi064 bash[21771]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:25.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:25 smithi191 bash[22010]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:25 smithi191 bash[22010]: cluster 2024-09-20T19:14:24.436279+0000 mgr.x (mgr.14152) 375 : cluster [DBG] pgmap v334: 65 pgs: 65 active+clean; 635 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-20T19:14:25.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:25 smithi191 bash[22010]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:25.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:25 smithi191 bash[22010]: audit 2024-09-20T19:14:25.363279+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-20T19:14:26.216 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'sleep 30' 2024-09-20T19:14:26.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:26 smithi029 bash[19840]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:26 smithi029 bash[19840]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:26 smithi029 bash[19840]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:26.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:26 smithi029 bash[19840]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:26.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:26 smithi064 bash[21771]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:26 smithi064 bash[21771]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:26 smithi064 bash[21771]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:26.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:26 smithi064 bash[21771]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:26.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:26 smithi191 bash[22010]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:26 smithi191 bash[22010]: audit 2024-09-20T19:14:25.512209+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.29:0/3921829122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-20T19:14:26.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:26 smithi191 bash[22010]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:26.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:26 smithi191 bash[22010]: cluster 2024-09-20T19:14:25.519916+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-20T19:14:30.958 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.164 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.165 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:32.166 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:31 smithi064 bash[21771]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:32.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:31 smithi191 bash[22010]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:32.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.834414+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-20T19:14:32.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.835004+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.845399+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.845739+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0109372s) 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.846856+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847077+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847277+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.847738+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi029.qnkgua"} : dispatch 2024-09-20T19:14:32.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848154+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.dfjwzf"} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848586+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.848902+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849286+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849656+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.849991+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.850736+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.851702+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.852301+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.852984+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:32.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:31 smithi029 bash[19840]: audit 2024-09-20T19:14:31.854037+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:33.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:32 smithi029 bash[19840]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:33.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:33.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:32 smithi064 bash[21771]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: cluster 2024-09-20T19:14:31.899345+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.344992+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.370452+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:14:33.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.374965+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-20T19:14:33.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:33.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:32 smithi191 bash[22010]: audit 2024-09-20T19:14:32.380511+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-20T19:14:34.162 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.163 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:33 smithi064 bash[21771]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:33 smithi191 bash[22010]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:32.899087+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.905481+0000 mon.a (mon.0) 679 : cluster [DBG] mgrmap e19: x(active, since 1.07068s) 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.905530+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-20T19:14:34.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:32.918311+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: cluster 2024-09-20T19:14:32.921679+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:33.286480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[19840]: audit 2024-09-20T19:14:33.291155+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:34.307 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.801+0000 7f0671be0640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:34.307 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: Traceback (most recent call last): 2024-09-20T19:14:34.307 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:34.307 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:34.307 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: self._run(expiration_interval) 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: s = self.context.wrap_socket( 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:34.308 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: return self.sslsocket_class._create( 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: self.do_handshake() 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: self._sslobj.do_handshake() 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f0660b3e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.309 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f0660b3e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f0660b3e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f0660b3e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f0660b3e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f065d337640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f065d337640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.310 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f065d337640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.311 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f065d337640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:34.311 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:14:33 smithi029 bash[20095]: debug 2024-09-20T19:14:33.941+0000 7f065d337640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:14:35.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: Traceback (most recent call last): 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._run(expiration_interval) 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.231 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: s = self.context.wrap_socket( 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: return self.sslsocket_class._create( 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self.do_handshake() 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._sslobj.do_handshake() 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: Traceback (most recent call last): 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.232 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._run(expiration_interval) 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: s = self.context.wrap_socket( 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: return self.sslsocket_class._create( 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.233 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self.do_handshake() 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: self._sslobj.do_handshake() 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:35.234 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:34 smithi191 bash[22010]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: Traceback (most recent call last): 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.307 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._run(expiration_interval) 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.308 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: s = self.context.wrap_socket( 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: return self.sslsocket_class._create( 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self.do_handshake() 2024-09-20T19:14:35.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: self._sslobj.do_handshake() 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:35.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:34 smithi029 bash[19840]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.579564+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTING 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.681305+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on http://172.21.15.29:8765 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.806233+0000 mgr.x (mgr.14523) 4 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Serving on https://172.21.15.29:7150 2024-09-20T19:14:35.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.806492+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [20/Sep/2024:19:14:33] ENGINE Bus STARTED 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: Traceback (most recent call last): 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._run(expiration_interval) 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: s = self.context.wrap_socket( 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: return self.sslsocket_class._create( 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self.do_handshake() 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._sslobj.do_handshake() 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cephadm 2024-09-20T19:14:33.807690+0000 mgr.x (mgr.14523) 6 : cephadm [ERR] [20/Sep/2024:19:14:33] ENGINE Error in HTTPServer.serve 2024-09-20T19:14:35.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: Traceback (most recent call last): 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._connections.run(self.expiration_interval) 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._run(expiration_interval) 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:14:35.416 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: s = self.context.wrap_socket( 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: return self.sslsocket_class._create( 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self.do_handshake() 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: self._sslobj.do_handshake() 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.417 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.849951+0000 mgr.x (mgr.14523) 7 : cluster [DBG] pgmap v5: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.899153+0000 mon.a (mon.0) 684 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: audit 2024-09-20T19:14:33.907276+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:33.915546+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:35.418 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:34 smithi064 bash[21771]: cluster 2024-09-20T19:14:34.301987+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-20T19:14:36.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:35 smithi191 bash[22010]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:36.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:35 smithi191 bash[22010]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:36.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:35 smithi029 bash[19840]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:36.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:35 smithi029 bash[19840]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:36.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:35 smithi064 bash[21771]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:36.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:35 smithi064 bash[21771]: cluster 2024-09-20T19:14:34.915308+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.229 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:37.230 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:36 smithi191 bash[22010]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:37.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:37.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:36 smithi029 bash[19840]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:37.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.850662+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:37.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.919053+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-20T19:14:37.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.919098+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-09-20T19:14:37.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:37.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:36 smithi064 bash[21771]: cluster 2024-09-20T19:14:35.937029+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-20T19:14:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:38 smithi029 bash[19840]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:38 smithi064 bash[21771]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: cluster 2024-09-20T19:14:37.851372+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 31 creating+peering, 65 active+clean, 1 unknown; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:37.993875+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.002003+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.108368+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.116262+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.645374+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:39.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:38 smithi191 bash[22010]: audit 2024-09-20T19:14:38.649800+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.413 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.414 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:40.415 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:40 smithi064 bash[21771]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.481 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:40.482 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:40 smithi191 bash[22010]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.094658+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.102064+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.104209+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.105211+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.105891+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.108538+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.317454+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.322641+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.803114+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.809749+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.811183+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.812236+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-20T19:14:40.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.816520+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:40.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.819543+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:40.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:40.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:40 smithi029 bash[19840]: audit 2024-09-20T19:14:39.820802+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.664 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.665 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.666 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.667 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.668 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.669 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:41 smithi064 bash[21771]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.734 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.735 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:41 smithi191 bash[22010]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.812993+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 6586M 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.822384+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.823047+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.823911+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cluster 2024-09-20T19:14:39.852139+0000 mgr.x (mgr.14523) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-20T19:14:41.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.986650+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.986925+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:39.987415+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.106754+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.107003+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.806 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.107140+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.211417+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.222331+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: cephadm 2024-09-20T19:14:40.222544+0000 mgr.x (mgr.14523) 24 : cephadm [INF] Updating smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.320714+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.327592+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.807 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.339218+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.344926+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.350838+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.357138+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.364488+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.398331+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.401021+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.402307+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:14:41.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:41.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:41 smithi029 bash[19840]: audit 2024-09-20T19:14:40.410764+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:14:43.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:43 smithi064 bash[21771]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:43.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:43 smithi064 bash[21771]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:43.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:43 smithi191 bash[22010]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:43.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:43 smithi191 bash[22010]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:43.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:43 smithi029 bash[19840]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:43.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:43 smithi029 bash[19840]: cluster 2024-09-20T19:14:41.852768+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-20T19:14:45.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:45 smithi064 bash[21771]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:45.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:45 smithi064 bash[21771]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:45.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:45 smithi191 bash[22010]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:45.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:45 smithi191 bash[22010]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:45.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:45 smithi029 bash[19840]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:45.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:45 smithi029 bash[19840]: cluster 2024-09-20T19:14:43.853942+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-20T19:14:47.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:47 smithi064 bash[21771]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:47.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:47 smithi064 bash[21771]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:47 smithi191 bash[22010]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:47 smithi191 bash[22010]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:47.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:47 smithi029 bash[19840]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:47.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:47 smithi029 bash[19840]: cluster 2024-09-20T19:14:45.854623+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-20T19:14:49.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:49 smithi064 bash[21771]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:49.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:49 smithi064 bash[21771]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:49.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:49 smithi191 bash[22010]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:49.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:49 smithi191 bash[22010]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:49.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:49 smithi029 bash[19840]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:49.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:49 smithi029 bash[19840]: cluster 2024-09-20T19:14:47.855286+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:51 smithi064 bash[21771]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:51 smithi064 bash[21771]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:51 smithi191 bash[22010]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:51 smithi191 bash[22010]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:51 smithi029 bash[19840]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:51.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:51 smithi029 bash[19840]: cluster 2024-09-20T19:14:49.856522+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-20T19:14:53.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:53 smithi064 bash[21771]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:53.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:53 smithi064 bash[21771]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:53.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:53 smithi191 bash[22010]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:53.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:53 smithi191 bash[22010]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:53.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:53 smithi029 bash[19840]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:53.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:53 smithi029 bash[19840]: cluster 2024-09-20T19:14:51.857318+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:55 smithi064 bash[21771]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:55 smithi064 bash[21771]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:55 smithi191 bash[22010]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:55 smithi191 bash[22010]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:55 smithi029 bash[19840]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:55.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:55 smithi029 bash[19840]: cluster 2024-09-20T19:14:53.858556+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-20T19:14:57.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:57 smithi064 bash[21771]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:57.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:57 smithi064 bash[21771]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:57.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:57 smithi191 bash[22010]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:57.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:57 smithi191 bash[22010]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:57.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:57 smithi029 bash[19840]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:57.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:57 smithi029 bash[19840]: cluster 2024-09-20T19:14:55.859227+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:59 smithi064 bash[21771]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:14:59 smithi064 bash[21771]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:59 smithi191 bash[22010]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:14:59 smithi191 bash[22010]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:59 smithi029 bash[19840]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:14:59.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:14:59 smithi029 bash[19840]: cluster 2024-09-20T19:14:57.859888+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:01 smithi064 bash[21771]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:01 smithi064 bash[21771]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:01 smithi191 bash[22010]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:01 smithi191 bash[22010]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:01 smithi029 bash[19840]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:01.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:01 smithi029 bash[19840]: cluster 2024-09-20T19:14:59.861086+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.022 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph smb apply -i -' 2024-09-20T19:15:03.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:03 smithi064 bash[21771]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:03 smithi064 bash[21771]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:03 smithi191 bash[22010]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:03 smithi191 bash[22010]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:03 smithi029 bash[19840]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:03 smithi029 bash[19840]: cluster 2024-09-20T19:15:01.861738+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:05 smithi064 bash[21771]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:05 smithi064 bash[21771]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:05 smithi191 bash[22010]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:05 smithi191 bash[22010]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:05 smithi029 bash[19840]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:05.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:05 smithi029 bash[19840]: cluster 2024-09-20T19:15:03.862926+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:07 smithi064 bash[21771]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:07 smithi064 bash[21771]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:07 smithi191 bash[22010]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:07 smithi191 bash[22010]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.783 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:15:07.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:07 smithi029 bash[19840]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:07.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:07 smithi029 bash[19840]: cluster 2024-09-20T19:15:05.863485+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.480 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-20T19:15:09.480 INFO:teuthology.orchestra.run.smithi029.stdout: "results": [ 2024-09-20T19:15:09.480 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:15:09.480 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "auth_id": "join1-admin", 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "present", 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "auth": { 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "username": "Administrator", 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "password": "Passw0rd" 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "created", 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:15:09.481 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.cluster", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "auth_mode": "active-directory", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "present", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "domain_settings": { 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "realm": "DOMAIN1.SINK.TEST", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "join_sources": [ 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "source_type": "resource", 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: "ref": "join1-admin" 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-20T19:15:09.482 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "custom_dns": [ 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "172.21.15.193" 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "placement": { 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "count": 3 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "created", 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:15:09.483 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.share", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "share_id": "share1", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "present", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "share1", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "readonly": false, 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "browseable": true, 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "cephfs": { 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "volume": "cephfs", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "path": "/", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "subvolumegroup": "smb", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "subvolume": "sv1", 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: "provider": "samba-vfs" 2024-09-20T19:15:09.484 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "created", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.share", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "share_id": "share2", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "present", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "share2", 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "readonly": false, 2024-09-20T19:15:09.485 INFO:teuthology.orchestra.run.smithi029.stdout: "browseable": true, 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "cephfs": { 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "volume": "cephfs", 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "path": "/", 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "subvolumegroup": "smb", 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "subvolume": "sv2", 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "provider": "samba-vfs" 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "created", 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:15:09.486 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.662 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:09.663 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:09 smithi064 bash[21771]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:09.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.703 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[19840]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.300+0000 7f065ab32640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.704 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.300+0000 7f065ab32640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.300+0000 7f065ab32640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.300+0000 7f065ab32640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.300+0000 7f065ab32640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.320+0000 7f0667b8c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.320+0000 7f0667b8c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.320+0000 7f0667b8c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.320+0000 7f0667b8c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.705 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:09 smithi029 bash[20095]: debug 2024-09-20T19:15:09.320+0000 7f0667b8c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: cluster 2024-09-20T19:15:07.864178+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.298900+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.331739+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:09.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:09 smithi191 bash[22010]: audit 2024-09-20T19:15:09.353370+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.261 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-20T19:15:10.276 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to start (timeout 300)... 2024-09-20T19:15:10.276 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:15:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:10.559 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 bash[19840]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:10.721 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:10.721 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:10.721 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:10.722 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:10.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.732 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:10.733 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:10 smithi191 bash[22010]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:10.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.223247+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:15:10.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.301368+0000 mgr.x (mgr.14523) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.332647+0000 mgr.x (mgr.14523) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.441073+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.447556+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.449455+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.452427+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-20T19:15:10.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.469508+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-20T19:15:10.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.475623+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.914 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.477438+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.480926+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.483629+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.492773+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.501939+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.915 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.502659+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.503122+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.503544+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.505607+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:10.916 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.508505+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: audit 2024-09-20T19:15:09.509220+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.509912+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.575120+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi064.khrmkd' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.575187+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}} 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:10.917 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:10 smithi064 bash[21771]: cephadm 2024-09-20T19:15:09.580960+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi029.pswthf on smithi029 2024-09-20T19:15:11.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:11.008 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:11.008 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:11.008 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:15:10 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:11.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:11 smithi029 bash[19840]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:11 smithi029 bash[19840]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:11 smithi029 bash[19840]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:11.767 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:11 smithi029 bash[19840]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:11.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:11 smithi064 bash[21771]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:11 smithi064 bash[21771]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:11 smithi064 bash[21771]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:11.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:11 smithi064 bash[21771]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:11.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:11 smithi191 bash[22010]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:11 smithi191 bash[22010]: cluster 2024-09-20T19:15:09.865013+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:11.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:11 smithi191 bash[22010]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:11.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:11 smithi191 bash[22010]: cluster 2024-09-20T19:15:10.515909+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-20T19:15:13.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:13 smithi029 bash[19840]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:13.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:13 smithi029 bash[19840]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:13.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:13 smithi064 bash[21771]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:13.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:13 smithi064 bash[21771]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:13.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:13 smithi191 bash[22010]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:13.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:13 smithi191 bash[22010]: cluster 2024-09-20T19:15:11.865675+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:15.030 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:15:15.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:15 smithi029 bash[19840]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:15.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:15 smithi029 bash[19840]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:15.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:15 smithi064 bash[21771]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:15.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:15 smithi064 bash[21771]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:15.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:15 smithi191 bash[22010]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:15.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:15 smithi191 bash[22010]: cluster 2024-09-20T19:15:13.866667+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:17 smithi029 bash[19840]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:17 smithi029 bash[19840]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:17 smithi064 bash[21771]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:17 smithi064 bash[21771]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:17 smithi191 bash[22010]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:17.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:17 smithi191 bash[22010]: cluster 2024-09-20T19:15:15.867344+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:19 smithi029 bash[19840]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:19 smithi029 bash[19840]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:19 smithi064 bash[21771]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:19 smithi064 bash[21771]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:19 smithi191 bash[22010]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:19.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:19 smithi191 bash[22010]: cluster 2024-09-20T19:15:17.868016+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:21 smithi029 bash[19840]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:21 smithi029 bash[19840]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:21 smithi064 bash[21771]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:21 smithi064 bash[21771]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:21 smithi191 bash[22010]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:21.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:21 smithi191 bash[22010]: cluster 2024-09-20T19:15:19.869299+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.531 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:15:23.531 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:15:09.502362Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:15:23.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:23 smithi029 bash[19840]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:23 smithi029 bash[19840]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:23 smithi064 bash[21771]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:23 smithi064 bash[21771]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:23 smithi191 bash[22010]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:23.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:23 smithi191 bash[22010]: cluster 2024-09-20T19:15:21.869969+0000 mgr.x (mgr.14523) 55 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:24.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:24 smithi029 bash[19840]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:24.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:24 smithi029 bash[19840]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:24.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:24 smithi064 bash[21771]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:24.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:24 smithi064 bash[21771]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:24.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:24 smithi191 bash[22010]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:24.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:24 smithi191 bash[22010]: audit 2024-09-20T19:15:23.530814+0000 mgr.x (mgr.14523) 56 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:25 smithi029 bash[19840]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:25.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:25 smithi029 bash[19840]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:25.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:25 smithi064 bash[21771]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:25.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:25 smithi064 bash[21771]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:25.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:25 smithi191 bash[22010]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:25.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:25 smithi191 bash[22010]: cluster 2024-09-20T19:15:23.870802+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-20T19:15:26.274 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:15:27.276 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:15:27.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:27 smithi029 bash[19840]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:27.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:27 smithi029 bash[19840]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:27.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:27 smithi064 bash[21771]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:27.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:27 smithi064 bash[21771]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:27.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:27 smithi191 bash[22010]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:27.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:27 smithi191 bash[22010]: cluster 2024-09-20T19:15:25.871551+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:29 smithi029 bash[19840]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:29 smithi029 bash[19840]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:29 smithi064 bash[21771]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:29 smithi064 bash[21771]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:29 smithi191 bash[22010]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:29.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:29 smithi191 bash[22010]: cluster 2024-09-20T19:15:27.872259+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:31.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:31 smithi064 bash[21771]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:31.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:31 smithi064 bash[21771]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:31.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:31 smithi191 bash[22010]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:31.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:31 smithi191 bash[22010]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:31 smithi029 bash[19840]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:32.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:31 smithi029 bash[19840]: cluster 2024-09-20T19:15:29.873565+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:32.064 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:32.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:32 smithi029 bash[19840]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:32.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:32.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:32 smithi064 bash[21771]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.912800+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.913485+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:32.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:32 smithi191 bash[22010]: audit 2024-09-20T19:15:31.914108+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:33.805 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:33 smithi029 bash[19840]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:33.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:33 smithi064 bash[21771]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: cluster 2024-09-20T19:15:31.874252+0000 mgr.x (mgr.14523) 61 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567041+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [3, 2]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567230+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: audit 2024-09-20T19:15:32.567434+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-20T19:15:33.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:33.980 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:33 smithi191 bash[22010]: cluster 2024-09-20T19:15:32.575964+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e52: 6 total, 6 up, 6 in 2024-09-20T19:15:34.498 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:15:34.498 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:15:09.502362Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:15:34.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:34 smithi029 bash[19840]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:34.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:34 smithi029 bash[19840]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:34.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:34 smithi064 bash[21771]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:34.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:34 smithi064 bash[21771]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:34.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:34 smithi191 bash[22010]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:34.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:34 smithi191 bash[22010]: cluster 2024-09-20T19:15:33.572022+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e53: 6 total, 6 up, 6 in 2024-09-20T19:15:35.556 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:35.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:35 smithi029 bash[19840]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:35.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:35.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:35 smithi064 bash[21771]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: cluster 2024-09-20T19:15:33.875066+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: audit 2024-09-20T19:15:34.497963+0000 mgr.x (mgr.14523) 63 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:35.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:35 smithi191 bash[22010]: cluster 2024-09-20T19:15:34.577037+0000 mon.a (mon.0) 749 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-20T19:15:36.557 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:15:36.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:36 smithi029 bash[19840]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:36.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:36 smithi029 bash[19840]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:36.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:36 smithi064 bash[21771]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:36.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:36 smithi064 bash[21771]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:36.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:36 smithi191 bash[22010]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:36.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:36 smithi191 bash[22010]: cluster 2024-09-20T19:15:35.875920+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:37.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:37 smithi064 bash[21771]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:37.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:37 smithi064 bash[21771]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:37.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:37 smithi191 bash[22010]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:37.979 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:37 smithi191 bash[22010]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:38.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:37 smithi029 bash[19840]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:38.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:37 smithi029 bash[19840]: audit 2024-09-20T19:15:37.421451+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.29:0/2203097804' entity='client.smb.config.adctdb1.0.0.smithi029.pswthf' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:15:38.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:38 smithi029 bash[19840]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:38.898 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:38 smithi029 bash[19840]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:38.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:38 smithi064 bash[21771]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:38.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:38 smithi064 bash[21771]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:38.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:38 smithi191 bash[22010]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:38.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:38 smithi191 bash[22010]: cluster 2024-09-20T19:15:37.876737+0000 mgr.x (mgr.14523) 65 : cluster [DBG] pgmap v41: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 185 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:15:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:39 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:39 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:39 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:40.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:39 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:40.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:39 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:39 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:39 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:40.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:39 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:40.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:39 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:39 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.929101+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-20T19:15:40.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:39 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:40.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:39 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.929156+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-09-20T19:15:41.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:40 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:41.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:40 smithi029 bash[19840]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:41.328 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:15:41.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:40 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:41.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:40 smithi064 bash[21771]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:41.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:40 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:41.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:40 smithi191 bash[22010]: cluster 2024-09-20T19:15:39.877912+0000 mgr.x (mgr.14523) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 255 B/s rd, 0 op/s 2024-09-20T19:15:43.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:42 smithi029 bash[19840]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:42 smithi029 bash[19840]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:42 smithi064 bash[21771]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:42 smithi064 bash[21771]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:42 smithi191 bash[22010]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:42 smithi191 bash[22010]: cluster 2024-09-20T19:15:41.878724+0000 mgr.x (mgr.14523) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 219 B/s rd, 0 op/s 2024-09-20T19:15:43.829 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:15:43.830 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:15:09.502362Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:15:44.828 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:15:45.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:44 smithi029 bash[19840]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:44 smithi029 bash[19840]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:44 smithi029 bash[19840]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:44 smithi029 bash[19840]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:44 smithi064 bash[21771]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:44 smithi064 bash[21771]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:44 smithi064 bash[21771]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:44 smithi064 bash[21771]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:44 smithi191 bash[22010]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:44 smithi191 bash[22010]: audit 2024-09-20T19:15:43.827738+0000 mgr.x (mgr.14523) 68 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:15:45.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:44 smithi191 bash[22010]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:44 smithi191 bash[22010]: cluster 2024-09-20T19:15:43.879590+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 397 B/s rd, 0 op/s 2024-09-20T19:15:45.829 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:15:47.518 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:47.518 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.519 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.520 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.521 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.521 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.521 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.521 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 bash[21771]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:47 smithi029 bash[19840]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cluster 2024-09-20T19:15:45.880350+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.446374+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.452125+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.459480+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.460743+0000 mgr.x (mgr.14523) 71 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.461169+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.464759+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.468237+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.730 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:46.469952+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.470875+0000 mgr.x (mgr.14523) 72 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.480029+0000 mgr.x (mgr.14523) 73 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi191.cfxvxm' not in {'smb.adctdb1.0.0.smithi029.pswthf': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi029.pswthf', 'hostname': 'smithi029', 'host_ip': '172.21.15.29'}, 'smb.adctdb1.1.0.smithi064.khrmkd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi064.khrmkd', 'hostname': 'smithi064', 'host_ip': '172.21.15.64'}} 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: cephadm 2024-09-20T19:15:46.487834+0000 mgr.x (mgr.14523) 74 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi064.khrmkd on smithi064 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.731 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:47 smithi191 bash[22010]: audit 2024-09-20T19:15:47.385374+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:15:47.770 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:47.770 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:47.771 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:15:47 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:15:49.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:49 smithi191 bash[22010]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:49.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:49 smithi191 bash[22010]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:49.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:49 smithi029 bash[19840]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:49.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:49 smithi029 bash[19840]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:49.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:49 smithi064 bash[21771]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:49.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:49 smithi064 bash[21771]: cluster 2024-09-20T19:15:47.880813+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-20T19:15:51.597 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:15:51.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:51 smithi191 bash[22010]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:51.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:51 smithi191 bash[22010]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:51.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:51 smithi029 bash[19840]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:51.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:51 smithi029 bash[19840]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:51.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:51 smithi064 bash[21771]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:51.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:51 smithi064 bash[21771]: cluster 2024-09-20T19:15:49.882231+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:53 smithi064 bash[21771]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:53 smithi064 bash[21771]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:53 smithi191 bash[22010]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:53 smithi191 bash[22010]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:53 smithi029 bash[19840]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:53.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:53 smithi029 bash[19840]: cluster 2024-09-20T19:15:51.882947+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:55 smithi191 bash[22010]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:55 smithi191 bash[22010]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:55 smithi029 bash[19840]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:55 smithi029 bash[19840]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:55 smithi064 bash[21771]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:55.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:55 smithi064 bash[21771]: cluster 2024-09-20T19:15:53.884215+0000 mgr.x (mgr.14523) 78 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:57 smithi191 bash[22010]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:57 smithi191 bash[22010]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:57 smithi029 bash[19840]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:57 smithi029 bash[19840]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:57 smithi064 bash[21771]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:57.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:57 smithi064 bash[21771]: cluster 2024-09-20T19:15:55.884871+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:59 smithi029 bash[19840]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:15:59 smithi029 bash[19840]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:59 smithi191 bash[22010]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:15:59 smithi191 bash[22010]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:59 smithi064 bash[21771]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:15:59.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:15:59 smithi064 bash[21771]: cluster 2024-09-20T19:15:57.885509+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:01 smithi029 bash[19840]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:01 smithi029 bash[19840]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.661 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:01.661 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:15:46.460111Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:16:01.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:01 smithi191 bash[22010]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:01 smithi191 bash[22010]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:01 smithi064 bash[21771]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:01.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:01 smithi064 bash[21771]: cluster 2024-09-20T19:15:59.886715+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-20T19:16:03.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:03 smithi191 bash[22010]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:03 smithi191 bash[22010]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:03 smithi191 bash[22010]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:03.729 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:03 smithi191 bash[22010]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:03.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:03 smithi029 bash[19840]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:03 smithi029 bash[19840]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:03 smithi029 bash[19840]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:03.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:03 smithi029 bash[19840]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:03.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:03 smithi064 bash[21771]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:03 smithi064 bash[21771]: audit 2024-09-20T19:16:01.653574+0000 mgr.x (mgr.14523) 82 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:03.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:03 smithi064 bash[21771]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:03.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:03 smithi064 bash[21771]: cluster 2024-09-20T19:16:01.887177+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-20T19:16:05.091 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:16:05.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:05 smithi029 bash[19840]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:05.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:05 smithi029 bash[19840]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:05.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:05 smithi064 bash[21771]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:05.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:05 smithi064 bash[21771]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:05.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:05 smithi191 bash[22010]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:05.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:05 smithi191 bash[22010]: cluster 2024-09-20T19:16:03.887880+0000 mgr.x (mgr.14523) 84 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:06.092 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:16:06.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:06 smithi064 bash[21771]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:06.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:06 smithi064 bash[21771]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:06.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:06 smithi029 bash[19840]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:06.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:06 smithi029 bash[19840]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:06.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:06 smithi191 bash[22010]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:06.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:06 smithi191 bash[22010]: cluster 2024-09-20T19:16:05.494917+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-20T19:16:07.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:07 smithi029 bash[19840]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:07.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:07 smithi029 bash[19840]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:07.841 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:07 smithi064 bash[21771]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:07.841 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:07 smithi064 bash[21771]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:07.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:07 smithi191 bash[22010]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:07.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:07 smithi191 bash[22010]: cluster 2024-09-20T19:16:05.888541+0000 mgr.x (mgr.14523) 85 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:09.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:09 smithi064 bash[21771]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:09.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:09 smithi064 bash[21771]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:09.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:09 smithi029 bash[19840]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:09.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:09 smithi029 bash[19840]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:09.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:09 smithi191 bash[22010]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:10.096 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:09 smithi191 bash[22010]: cluster 2024-09-20T19:16:07.889213+0000 mgr.x (mgr.14523) 86 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:10.918 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:11.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:11 smithi029 bash[19840]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:11.804 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:11 smithi029 bash[19840]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:11.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:11 smithi064 bash[21771]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:11.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:11 smithi064 bash[21771]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:11.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:11 smithi191 bash[22010]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:11.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:11 smithi191 bash[22010]: cluster 2024-09-20T19:16:09.890376+0000 mgr.x (mgr.14523) 87 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.788 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:13 smithi029 bash[19840]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.789 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:13 smithi029 bash[19840]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.885 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:13 smithi064 bash[21771]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.885 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:13 smithi064 bash[21771]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:13 smithi191 bash[22010]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:13.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:13 smithi191 bash[22010]: cluster 2024-09-20T19:16:11.891015+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:15.063 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.063 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.063 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.063 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.064 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.065 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.065 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.065 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.065 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.065 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.066 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.067 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:14 smithi064 bash[21771]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.095 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:16:14 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:15.095 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:16:14 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:15.096 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.096 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.096 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.097 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.097 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.097 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.097 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.097 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.098 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.099 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.099 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.099 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.099 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.099 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.100 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.100 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.100 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:14 smithi191 bash[22010]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.100 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:15 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cluster 2024-09-20T19:16:13.892218+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.973778+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.101 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.981624+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.989259+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:13.990720+0000 mgr.x (mgr.14523) 90 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.102 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.991372+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.994591+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:13.999342+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: audit 2024-09-20T19:16:14.004554+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:15.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:14.006205+0000 mgr.x (mgr.14523) 91 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:15.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:14 smithi029 bash[19840]: cephadm 2024-09-20T19:16:14.029019+0000 mgr.x (mgr.14523) 92 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi191.cfxvxm on smithi191 2024-09-20T19:16:15.407 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:15.407 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:16:13.989766Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:16:15.410 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:15 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:15.410 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:16:15 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:15.411 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:16:15 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:16:16.213 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:16:16.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:15 smithi191 bash[22010]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:16.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:15 smithi191 bash[22010]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:16.302 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:15 smithi064 bash[21771]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:16.302 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:15 smithi064 bash[21771]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:16.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:15 smithi029 bash[19840]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:16.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:15 smithi029 bash[19840]: audit 2024-09-20T19:16:15.406690+0000 mgr.x (mgr.14523) 93 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:17.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:16 smithi191 bash[22010]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:17.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:16 smithi191 bash[22010]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:17.214 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:16:17.238 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:16 smithi029 bash[19840]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:17.238 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:16 smithi029 bash[19840]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:17.316 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:16 smithi064 bash[21771]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:17.316 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:16 smithi064 bash[21771]: cluster 2024-09-20T19:16:15.892845+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.180 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:18 smithi029 bash[19840]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.181 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:18 smithi029 bash[19840]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.344 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:18 smithi064 bash[21771]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.344 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:18 smithi064 bash[21771]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:18 smithi191 bash[22010]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:19.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:18 smithi191 bash[22010]: cluster 2024-09-20T19:16:17.893471+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-20T19:16:21.175 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:20 smithi191 bash[22010]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:21.175 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:20 smithi191 bash[22010]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:21.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:20 smithi029 bash[19840]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:21.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:20 smithi029 bash[19840]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:21.371 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:20 smithi064 bash[21771]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:21.371 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:20 smithi064 bash[21771]: cluster 2024-09-20T19:16:19.894628+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-20T19:16:22.016 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:23.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:22 smithi029 bash[19840]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:22 smithi029 bash[19840]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.400 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:23 smithi064 bash[21771]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.400 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:23 smithi064 bash[21771]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:23 smithi191 bash[22010]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:23 smithi191 bash[22010]: cluster 2024-09-20T19:16:21.895367+0000 mgr.x (mgr.14523) 97 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:23.745 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:23.745 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:16:13.989766Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:16:24.553 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:16:25.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:25 smithi029 bash[19840]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:25 smithi029 bash[19840]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:25 smithi029 bash[19840]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.253 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:25 smithi029 bash[19840]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:25 smithi064 bash[21771]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:25 smithi064 bash[21771]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:25 smithi064 bash[21771]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:25 smithi064 bash[21771]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:25 smithi191 bash[22010]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:25 smithi191 bash[22010]: audit 2024-09-20T19:16:23.740476+0000 mgr.x (mgr.14523) 98 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:25.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:25 smithi191 bash[22010]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:25 smithi191 bash[22010]: cluster 2024-09-20T19:16:23.896650+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-20T19:16:25.553 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:16:27.262 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:27 smithi029 bash[19840]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:27.263 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:27 smithi029 bash[19840]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:27.272 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:27 smithi064 bash[21771]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:27.272 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:27 smithi064 bash[21771]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:27.328 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:27 smithi191 bash[22010]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:27.329 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:27 smithi191 bash[22010]: cluster 2024-09-20T19:16:25.897287+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.189 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:29 smithi029 bash[19840]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.190 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:29 smithi029 bash[19840]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:29 smithi064 bash[21771]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:29 smithi064 bash[21771]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:29 smithi191 bash[22010]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:29.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:29 smithi191 bash[22010]: cluster 2024-09-20T19:16:27.897946+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-20T19:16:30.371 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:31.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:31 smithi029 bash[19840]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:31.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:31 smithi029 bash[19840]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:31.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:31 smithi064 bash[21771]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:31.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:31 smithi064 bash[21771]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:31.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:31 smithi191 bash[22010]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:31.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:31 smithi191 bash[22010]: cluster 2024-09-20T19:16:29.899107+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:32.174 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:32.174 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:16:13.989766Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:16:33.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:33 smithi029 bash[19840]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:33 smithi029 bash[19840]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:33 smithi029 bash[19840]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:33.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:33 smithi029 bash[19840]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:33.352 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:33 smithi064 bash[21771]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.352 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:33 smithi064 bash[21771]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.352 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:33 smithi064 bash[21771]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:33.352 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:33 smithi064 bash[21771]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:33.402 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:16:33.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:33 smithi191 bash[22010]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:33 smithi191 bash[22010]: cluster 2024-09-20T19:16:31.899517+0000 mgr.x (mgr.14523) 103 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:33.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:33 smithi191 bash[22010]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:33.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:33 smithi191 bash[22010]: audit 2024-09-20T19:16:32.173803+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:34.402 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:16:35.161 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:35 smithi064 bash[21771]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:35.161 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:35 smithi064 bash[21771]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:35.237 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:35 smithi029 bash[19840]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:35.237 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:35 smithi029 bash[19840]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:35.295 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:35 smithi191 bash[22010]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:35.295 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:35 smithi191 bash[22010]: cluster 2024-09-20T19:16:33.900724+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:16:36.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:36 smithi191 bash[22010]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:36.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:36 smithi191 bash[22010]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:36.161 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:36 smithi064 bash[21771]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:36.161 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:36 smithi064 bash[21771]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:36.239 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:36 smithi029 bash[19840]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:36.239 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:36 smithi029 bash[19840]: cluster 2024-09-20T19:16:35.043867+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-20T19:16:37.240 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:37 smithi029 bash[19840]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:37.240 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:37 smithi029 bash[19840]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:37.240 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:37 smithi064 bash[21771]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:37.240 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:37 smithi064 bash[21771]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:37.364 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:37 smithi191 bash[22010]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:37.364 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:37 smithi191 bash[22010]: cluster 2024-09-20T19:16:35.901362+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.224 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:39.243 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:39 smithi029 bash[19840]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.243 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:39 smithi029 bash[19840]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.243 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:39 smithi064 bash[21771]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.243 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:39 smithi064 bash[21771]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.380 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:39 smithi191 bash[22010]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:39.380 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:39 smithi191 bash[22010]: cluster 2024-09-20T19:16:37.902017+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:16:41.157 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:41.158 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:14:37.986421Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:14:38.640538Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:14:37.985597Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:14:37.985905Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:16:13.989766Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "running": 0, "size": 3}}] 2024-09-20T19:16:41.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:41 smithi191 bash[22010]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:41 smithi191 bash[22010]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.246 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:41 smithi029 bash[19840]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.246 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:41 smithi029 bash[19840]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.246 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:41 smithi064 bash[21771]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.246 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:41 smithi064 bash[21771]: cluster 2024-09-20T19:16:39.903252+0000 mgr.x (mgr.14523) 108 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-20T19:16:41.980 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-20T19:16:42.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:42 smithi029 bash[19840]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.248 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:42 smithi029 bash[19840]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.248 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:42 smithi064 bash[21771]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.248 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:42 smithi064 bash[21771]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:42 smithi191 bash[22010]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:42 smithi191 bash[22010]: audit 2024-09-20T19:16:41.156091+0000 mgr.x (mgr.14523) 109 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:42.981 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:16:43.796 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.796 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.797 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.798 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:43 smithi191 bash[22010]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.912 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.913 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:43 smithi064 bash[21771]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: cluster 2024-09-20T19:16:41.903919+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 183 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.578883+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.587261+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.595012+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: cephadm 2024-09-20T19:16:42.596241+0000 mgr.x (mgr.14523) 111 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.619433+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:42.668668+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:43.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.203972+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.207853+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.247812+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:43.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:43 smithi029 bash[19840]: audit 2024-09-20T19:16:43.252047+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:45.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:45 smithi064 bash[21771]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:45.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:45 smithi064 bash[21771]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:45.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:45 smithi191 bash[22010]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:45.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:45 smithi191 bash[22010]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:45 smithi029 bash[19840]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:45 smithi029 bash[19840]: cluster 2024-09-20T19:16:43.905247+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-20T19:16:47.791 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:47.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:47 smithi029 bash[19840]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:47 smithi029 bash[19840]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:47 smithi029 bash[19840]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:47.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:47 smithi029 bash[19840]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:47.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:47 smithi064 bash[21771]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:47 smithi064 bash[21771]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:47 smithi064 bash[21771]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:47.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:47 smithi064 bash[21771]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:47.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:47 smithi191 bash[22010]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:47 smithi191 bash[22010]: cluster 2024-09-20T19:16:45.905948+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:47.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:47 smithi191 bash[22010]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:47.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:47 smithi191 bash[22010]: audit 2024-09-20T19:16:47.401244+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.256 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.257 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.258 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:49 smithi064 bash[21771]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:49 smithi191 bash[22010]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: cluster 2024-09-20T19:16:47.906373+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-20T19:16:49.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.226536+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.230824+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.677117+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.692970+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.721002+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:49 smithi029 bash[19840]: audit 2024-09-20T19:16:48.727972+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:49.772 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:16:49.772 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:16:48.221894Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:16:48.221443Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:16:48.221271Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:16:48.221595Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:16:49.452504Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "last_refresh": "2024-09-20T19:16:48.222049Z", "running": 3, "size": 3}}] 2024-09-20T19:16:50.259 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.259 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.259 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.260 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.261 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:50 smithi064 bash[21771]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.479 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.480 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:50 smithi191 bash[22010]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.396653+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.397648+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.404603+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.409310+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: cephadm 2024-09-20T19:16:49.409709+0000 mgr.x (mgr.14523) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.438045+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.439482+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.440252+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.445434+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: audit 2024-09-20T19:16:49.452231+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:16:50.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.556 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:50 smithi029 bash[19840]: cephadm 2024-09-20T19:16:49.452686+0000 mgr.x (mgr.14523) 116 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:16:50.688 INFO:tasks.cephadm:smb.adctdb1 has 3/3 2024-09-20T19:16:50.688 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-20T19:16:50.699 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:16:50.699 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'rados --pool=.smb -N adctdb1 get cluster.meta.json /dev/stdout' 2024-09-20T19:16:51.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:51 smithi029 bash[19840]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:51 smithi029 bash[19840]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:51 smithi029 bash[19840]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:51.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:51 smithi029 bash[19840]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:51.627 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:51 smithi064 bash[21771]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.628 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:51 smithi064 bash[21771]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.628 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:51 smithi064 bash[21771]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:51.628 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:51 smithi064 bash[21771]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:51.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:51 smithi191 bash[22010]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:51 smithi191 bash[22010]: audit 2024-09-20T19:16:49.766067+0000 mgr.x (mgr.14523) 117 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:16:51.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:51 smithi191 bash[22010]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:51.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:51 smithi191 bash[22010]: cluster 2024-09-20T19:16:49.907499+0000 mgr.x (mgr.14523) 118 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-20T19:16:53.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:53 smithi029 bash[19840]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:53.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:53 smithi029 bash[19840]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:53.629 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:53 smithi064 bash[21771]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:53.629 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:53 smithi064 bash[21771]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:53.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:53 smithi191 bash[22010]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:53.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:53 smithi191 bash[22010]: cluster 2024-09-20T19:16:51.908136+0000 mgr.x (mgr.14523) 119 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-20T19:16:55.513 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:16:55.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:55 smithi029 bash[19840]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:55.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:55 smithi029 bash[19840]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:55.631 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:55 smithi064 bash[21771]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:55.631 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:55 smithi064 bash[21771]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:55.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:55 smithi191 bash[22010]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:55.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:55 smithi191 bash[22010]: cluster 2024-09-20T19:16:53.909371+0000 mgr.x (mgr.14523) 120 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-20T19:16:57.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:57 smithi029 bash[19840]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:57.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:57 smithi029 bash[19840]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:57.633 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:57 smithi064 bash[21771]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:57.633 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:57 smithi064 bash[21771]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:57.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:57 smithi191 bash[22010]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:57.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:57 smithi191 bash[22010]: cluster 2024-09-20T19:16:55.910009+0000 mgr.x (mgr.14523) 121 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:58.016 INFO:teuthology.orchestra.run.smithi029.stdout:{"nodes": [{"pnn": 0, "identity": "smb.adctdb1.0.0.smithi029.pswthf", "node": "172.21.15.29", "state": "ready"}, {"pnn": 1, "identity": "smb.adctdb1.1.0.smithi064.khrmkd", "node": "172.21.15.64", "state": "ready"}, {"pnn": 2, "identity": "smb.adctdb1.2.0.smithi191.cfxvxm", "node": "172.21.15.191", "state": "ready"}], "_source": "cephadm"} 2024-09-20T19:16:58.016 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-20T19:16:58.025 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi193.front.sepia.ceph.com 2024-09-20T19:16:58.025 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-20T19:16:58.038 INFO:teuthology.orchestra.run.smithi193.stderr:+ sleep 30 2024-09-20T19:16:59.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:59 smithi029 bash[19840]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:59.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:16:59 smithi029 bash[19840]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:59.635 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:59 smithi064 bash[21771]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:59.635 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:16:59 smithi064 bash[21771]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:59.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:59 smithi191 bash[22010]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:16:59.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:16:59 smithi191 bash[22010]: cluster 2024-09-20T19:16:57.910679+0000 mgr.x (mgr.14523) 122 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:01.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:01 smithi029 bash[19840]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:01.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:01 smithi029 bash[19840]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:01.637 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:01 smithi064 bash[21771]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:01.638 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:01 smithi064 bash[21771]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:01.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:01 smithi191 bash[22010]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:01.728 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:01 smithi191 bash[22010]: cluster 2024-09-20T19:16:59.911965+0000 mgr.x (mgr.14523) 123 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:03.524 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:03 smithi064 bash[21771]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:03.524 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:03 smithi064 bash[21771]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:03.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:03 smithi029 bash[19840]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:03.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:03 smithi029 bash[19840]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:03.624 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:03 smithi191 bash[22010]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:03.625 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:03 smithi191 bash[22010]: cluster 2024-09-20T19:17:01.912750+0000 mgr.x (mgr.14523) 124 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:17:05.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:05 smithi029 bash[19840]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:05.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:05 smithi029 bash[19840]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:05.641 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:05 smithi064 bash[21771]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:05.641 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:05 smithi064 bash[21771]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:05.802 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:05 smithi191 bash[22010]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:05.802 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:05 smithi191 bash[22010]: cluster 2024-09-20T19:17:03.913985+0000 mgr.x (mgr.14523) 125 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:07.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:07 smithi029 bash[19840]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:07.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:07 smithi029 bash[19840]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:07.643 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:07 smithi064 bash[21771]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:07.643 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:07 smithi064 bash[21771]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:07.644 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:07 smithi191 bash[22010]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:07.644 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:07 smithi191 bash[22010]: cluster 2024-09-20T19:17:05.914624+0000 mgr.x (mgr.14523) 126 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:09 smithi029 bash[19840]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:09 smithi029 bash[19840]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.646 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:09 smithi191 bash[22010]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.646 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:09 smithi191 bash[22010]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.646 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:09 smithi064 bash[21771]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:09.646 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:09 smithi064 bash[21771]: cluster 2024-09-20T19:17:07.915263+0000 mgr.x (mgr.14523) 127 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:11.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:11 smithi029 bash[19840]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:11.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:11 smithi029 bash[19840]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:11.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:11 smithi191 bash[22010]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:11.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:11 smithi191 bash[22010]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:11.649 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:11 smithi064 bash[21771]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:11.649 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:11 smithi064 bash[21771]: cluster 2024-09-20T19:17:09.916488+0000 mgr.x (mgr.14523) 128 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-20T19:17:13.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:13 smithi029 bash[19840]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:13.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:13 smithi029 bash[19840]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:13.651 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:13 smithi064 bash[21771]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:13.651 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:13 smithi064 bash[21771]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:13.652 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:13 smithi191 bash[22010]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:13.652 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:13 smithi191 bash[22010]: cluster 2024-09-20T19:17:11.917191+0000 mgr.x (mgr.14523) 129 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:15.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:15 smithi029 bash[19840]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:15.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:15 smithi029 bash[19840]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:15.654 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:15 smithi191 bash[22010]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:15.654 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:15 smithi191 bash[22010]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:15.655 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:15 smithi064 bash[21771]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:15.655 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:15 smithi064 bash[21771]: cluster 2024-09-20T19:17:13.918437+0000 mgr.x (mgr.14523) 130 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:17.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:17 smithi029 bash[19840]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:17.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:17 smithi029 bash[19840]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:17.657 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:17 smithi191 bash[22010]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:17.657 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:17 smithi191 bash[22010]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:17.658 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:17 smithi064 bash[21771]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:17.658 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:17 smithi064 bash[21771]: cluster 2024-09-20T19:17:15.919076+0000 mgr.x (mgr.14523) 131 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:19 smithi029 bash[19840]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:19 smithi029 bash[19840]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:19 smithi064 bash[21771]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:19 smithi064 bash[21771]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.660 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:19 smithi191 bash[22010]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:19.660 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:19 smithi191 bash[22010]: cluster 2024-09-20T19:17:17.919753+0000 mgr.x (mgr.14523) 132 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:21.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:21 smithi064 bash[21771]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:21.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:21 smithi064 bash[21771]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:21.662 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:21 smithi029 bash[19840]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:21.662 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:21 smithi029 bash[19840]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:21.662 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:21 smithi191 bash[22010]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:21.662 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:21 smithi191 bash[22010]: cluster 2024-09-20T19:17:19.921042+0000 mgr.x (mgr.14523) 133 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T19:17:23.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:23 smithi064 bash[21771]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:23.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:23 smithi064 bash[21771]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:23.665 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:23 smithi029 bash[19840]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:23.665 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:23 smithi029 bash[19840]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:23.665 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:23 smithi191 bash[22010]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:23.665 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:23 smithi191 bash[22010]: cluster 2024-09-20T19:17:21.921694+0000 mgr.x (mgr.14523) 134 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:25.597 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:25 smithi029 bash[19840]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:25.597 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:25 smithi029 bash[19840]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:25.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:25 smithi064 bash[21771]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:25.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:25 smithi064 bash[21771]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:25.668 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:25 smithi191 bash[22010]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:25.668 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:25 smithi191 bash[22010]: cluster 2024-09-20T19:17:23.922928+0000 mgr.x (mgr.14523) 135 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-20T19:17:27.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:27 smithi064 bash[21771]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:27.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:27 smithi064 bash[21771]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:27.671 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:27 smithi029 bash[19840]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:27.671 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:27 smithi029 bash[19840]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:27.672 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:27 smithi191 bash[22010]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:27.672 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:27 smithi191 bash[22010]: cluster 2024-09-20T19:17:25.923571+0000 mgr.x (mgr.14523) 136 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:28.045 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.29/share1 -c ls' 2024-09-20T19:17:28.096 INFO:teuthology.orchestra.run.smithi193.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.29/share1 -c ls 2024-09-20T19:17:29.181 INFO:teuthology.orchestra.run.smithi193.stdout: . D 0 Fri Sep 20 19:14:11 2024 2024-09-20T19:17:29.181 INFO:teuthology.orchestra.run.smithi193.stdout: .. D 0 Fri Sep 20 19:14:11 2024 2024-09-20T19:17:29.181 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T19:17:29.181 INFO:teuthology.orchestra.run.smithi193.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:29 smithi191 bash[22010]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:29 smithi191 bash[22010]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:29 smithi064 bash[21771]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:29 smithi064 bash[21771]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:29 smithi029 bash[19840]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.623 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:29 smithi029 bash[19840]: cluster 2024-09-20T19:17:27.924276+0000 mgr.x (mgr.14523) 137 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:17:29.642 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.29/share2 -c ls' 2024-09-20T19:17:29.696 INFO:teuthology.orchestra.run.smithi193.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.29/share2 -c ls 2024-09-20T19:17:30.719 INFO:teuthology.orchestra.run.smithi193.stdout: . D 0 Fri Sep 20 19:14:18 2024 2024-09-20T19:17:30.720 INFO:teuthology.orchestra.run.smithi193.stdout: .. D 0 Fri Sep 20 19:14:18 2024 2024-09-20T19:17:30.720 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T19:17:30.720 INFO:teuthology.orchestra.run.smithi193.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-20T19:17:31.248 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-20T19:17:31.257 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:17:31.258 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm ls --no-detail | /home/ubuntu/cephtest/cephadm shell jq -r '"'"'map(select(.name | startswith("smb.adctdb1")))[-1].name'"'"' > /tmp/svcname' 2024-09-20T19:17:31.273 INFO:teuthology.orchestra.run.smithi029.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-20T19:17:31.273 INFO:teuthology.orchestra.run.smithi029.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.adctdb1")))[-1].name' 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:31 smithi029 bash[19840]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:31 smithi029 bash[19840]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:31 smithi064 bash[21771]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:31 smithi064 bash[21771]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:31 smithi191 bash[22010]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:31.624 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:31 smithi191 bash[22010]: cluster 2024-09-20T19:17:29.925515+0000 mgr.x (mgr.14523) 138 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-20T19:17:33.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:33 smithi064 bash[21771]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:33.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:33 smithi064 bash[21771]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:33.680 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:33 smithi029 bash[19840]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:33.681 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:33 smithi029 bash[19840]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:33.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:33 smithi191 bash[22010]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:33.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:33 smithi191 bash[22010]: cluster 2024-09-20T19:17:31.926181+0000 mgr.x (mgr.14523) 139 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:35.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:35 smithi064 bash[21771]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:35.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:35 smithi064 bash[21771]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:35.660 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:35 smithi029 bash[19840]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:35.661 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:35 smithi029 bash[19840]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:35.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:35 smithi191 bash[22010]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:35.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:35 smithi191 bash[22010]: cluster 2024-09-20T19:17:33.927352+0000 mgr.x (mgr.14523) 140 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-20T19:17:36.085 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:17:37.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:37 smithi064 bash[21771]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:37.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:37 smithi064 bash[21771]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:37.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:37 smithi029 bash[19840]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:37.687 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:37 smithi029 bash[19840]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:37.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:37 smithi191 bash[22010]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:37.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:37 smithi191 bash[22010]: cluster 2024-09-20T19:17:35.927991+0000 mgr.x (mgr.14523) 141 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:39 smithi064 bash[21771]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:39 smithi064 bash[21771]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.688 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:39 smithi029 bash[19840]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.689 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:39 smithi029 bash[19840]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.820 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:39 smithi191 bash[22010]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:39.820 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:39 smithi191 bash[22010]: cluster 2024-09-20T19:17:37.928626+0000 mgr.x (mgr.14523) 142 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:40.172 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:17:41.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:41 smithi064 bash[21771]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:41.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:41 smithi064 bash[21771]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:41.691 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:41 smithi029 bash[19840]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:41.691 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:41 smithi029 bash[19840]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:41.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:41 smithi191 bash[22010]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:41.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:41 smithi191 bash[22010]: cluster 2024-09-20T19:17:39.929828+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:43.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:43 smithi029 bash[19840]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:43.630 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:43 smithi029 bash[19840]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:43.631 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:43 smithi191 bash[22010]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:43.631 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:43 smithi191 bash[22010]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:43.631 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:43 smithi064 bash[21771]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:43.631 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:43 smithi064 bash[21771]: cluster 2024-09-20T19:17:41.930481+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:17:44.288 INFO:teuthology.orchestra.run.smithi029.stderr:Using ceph image with id '441f9a3fe515' and tag '88deadb8082f4a33832e228ccefc59cedba158a5' created on 2024-09-20 12:14:49 +0000 UTC 2024-09-20T19:17:44.288 INFO:teuthology.orchestra.run.smithi029.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2 2024-09-20T19:17:45.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:45 smithi064 bash[21771]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:45.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:45 smithi064 bash[21771]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:45.696 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:45 smithi029 bash[19840]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:45.697 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:45 smithi029 bash[19840]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:45.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:45 smithi191 bash[22010]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:45.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:45 smithi191 bash[22010]: cluster 2024-09-20T19:17:43.931712+0000 mgr.x (mgr.14523) 145 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-20T19:17:46.838 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-20T19:17:46.893 INFO:teuthology.orchestra.run.smithi029.stderr:++ cat /tmp/svcname 2024-09-20T19:17:46.894 INFO:teuthology.orchestra.run.smithi029.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.adctdb1.0.0.smithi029.pswthf ctdb status 2024-09-20T19:17:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:47 smithi064 bash[21771]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:47 smithi064 bash[21771]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:47.700 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:47 smithi029 bash[19840]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:47.700 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:47 smithi029 bash[19840]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:47.700 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:47 smithi191 bash[22010]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:47.700 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:47 smithi191 bash[22010]: cluster 2024-09-20T19:17:45.932401+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:49 smithi064 bash[21771]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:49 smithi064 bash[21771]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:49 smithi064 bash[21771]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:49.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:49 smithi064 bash[21771]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:49.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:49 smithi029 bash[19840]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:49 smithi029 bash[19840]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:49 smithi029 bash[19840]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:49.702 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:49 smithi029 bash[19840]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:49.703 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:49 smithi191 bash[22010]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.703 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:49 smithi191 bash[22010]: cluster 2024-09-20T19:17:47.932967+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:49.703 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:49 smithi191 bash[22010]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:49.703 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:49 smithi191 bash[22010]: audit 2024-09-20T19:17:49.479928+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:17:50.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:50.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.911 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:50 smithi064 bash[21771]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:50.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:50.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:50 smithi191 bash[22010]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:51.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:51.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.311544+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:17:51.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:51.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.313102+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:17:51.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:51.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.322270+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:51.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:51.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:50 smithi029 bash[19840]: audit 2024-09-20T19:17:50.329312+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:17:51.690 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring fsid 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:17:51.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:51 smithi064 bash[21771]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:51 smithi064 bash[21771]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:51 smithi064 bash[21771]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:51.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:51 smithi064 bash[21771]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:51.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:51 smithi191 bash[22010]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:51 smithi191 bash[22010]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:51 smithi191 bash[22010]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:51.978 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:51 smithi191 bash[22010]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:51.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:51 smithi029 bash[19840]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:51 smithi029 bash[19840]: cluster 2024-09-20T19:17:49.934119+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:51.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:51 smithi029 bash[19840]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:51.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:51 smithi029 bash[19840]: cephadm 2024-09-20T19:17:50.329991+0000 mgr.x (mgr.14523) 149 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi029.pswthf'}, 1: {0: 'adctdb1.1.0.smithi064.khrmkd'}, 2: {0: 'adctdb1.2.0.smithi191.cfxvxm'}} 3 2024-09-20T19:17:52.393 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-20T19:17:52.448 INFO:teuthology.orchestra.run.smithi029.stderr:+ cat /tmp/ctdb_status 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:Number of nodes:3 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:0 172.21.15.29 OK (THIS NODE) 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:1 172.21.15.64 OK 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:2 172.21.15.191 OK 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:Generation:85113971 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:Size:3 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:hash:0 lmaster:0 2024-09-20T19:17:52.449 INFO:teuthology.orchestra.run.smithi029.stdout:hash:1 lmaster:1 2024-09-20T19:17:52.450 INFO:teuthology.orchestra.run.smithi029.stdout:hash:2 lmaster:2 2024-09-20T19:17:52.450 INFO:teuthology.orchestra.run.smithi029.stdout:Recovery mode:NORMAL (0) 2024-09-20T19:17:52.450 INFO:teuthology.orchestra.run.smithi029.stdout:Leader:0 2024-09-20T19:17:52.451 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-20T19:17:52.503 INFO:teuthology.orchestra.run.smithi029.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-20T19:17:52.504 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:0 172.21.15.29 OK (THIS NODE) 2024-09-20T19:17:52.506 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-20T19:17:52.559 INFO:teuthology.orchestra.run.smithi029.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-20T19:17:52.561 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:1 172.21.15.64 OK 2024-09-20T19:17:52.562 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-20T19:17:52.615 INFO:teuthology.orchestra.run.smithi029.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-20T19:17:52.616 INFO:teuthology.orchestra.run.smithi029.stdout:pnn:2 172.21.15.191 OK 2024-09-20T19:17:52.618 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-20T19:17:52.672 INFO:teuthology.orchestra.run.smithi029.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-20T19:17:52.673 INFO:teuthology.orchestra.run.smithi029.stdout:Number of nodes:3 2024-09-20T19:17:52.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-20T19:17:52.727 INFO:teuthology.orchestra.run.smithi029.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-20T19:17:52.729 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-20T19:17:52.740 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi193.front.sepia.ceph.com 2024-09-20T19:17:52.741 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-20T19:17:52.754 INFO:teuthology.orchestra.run.smithi193.stderr:+ sleep 30 2024-09-20T19:17:53.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:53 smithi064 bash[21771]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:53.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:53 smithi064 bash[21771]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:53.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:53 smithi191 bash[22010]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:53.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:53 smithi191 bash[22010]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:54.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:53 smithi029 bash[19840]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:54.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:53 smithi029 bash[19840]: cluster 2024-09-20T19:17:51.934762+0000 mgr.x (mgr.14523) 150 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:55.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:55 smithi064 bash[21771]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:55.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:55 smithi064 bash[21771]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:55.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:55 smithi191 bash[22010]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:55.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:55 smithi191 bash[22010]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:56.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:55 smithi029 bash[19840]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:56.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:55 smithi029 bash[19840]: cluster 2024-09-20T19:17:53.936423+0000 mgr.x (mgr.14523) 151 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:17:57.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:57 smithi064 bash[21771]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:57.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:57 smithi064 bash[21771]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:57.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:57 smithi191 bash[22010]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:57.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:57 smithi191 bash[22010]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:57 smithi029 bash[19840]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:57 smithi029 bash[19840]: cluster 2024-09-20T19:17:55.937099+0000 mgr.x (mgr.14523) 152 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:58 smithi029 bash[19840]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.897 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:17:58 smithi029 bash[19840]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:58 smithi064 bash[21771]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.910 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:17:58 smithi064 bash[21771]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:58 smithi191 bash[22010]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:17:58.977 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:17:58 smithi191 bash[22010]: cluster 2024-09-20T19:17:57.937721+0000 mgr.x (mgr.14523) 153 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:01.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:00 smithi029 bash[19840]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:01.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:00 smithi029 bash[19840]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:01.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:00 smithi191 bash[22010]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:01.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:00 smithi191 bash[22010]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:01.361 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:00 smithi064 bash[21771]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:01.361 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:00 smithi064 bash[21771]: cluster 2024-09-20T19:17:59.938917+0000 mgr.x (mgr.14523) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:03.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:02 smithi029 bash[19840]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:03.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:02 smithi029 bash[19840]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:03.363 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:03 smithi064 bash[21771]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:03.363 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:03 smithi064 bash[21771]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:03.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:03 smithi191 bash[22010]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:03.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:03 smithi191 bash[22010]: cluster 2024-09-20T19:18:01.939718+0000 mgr.x (mgr.14523) 155 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:05.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:05 smithi029 bash[19840]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:05.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:05 smithi029 bash[19840]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:05.366 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:05 smithi191 bash[22010]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:05.366 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:05 smithi191 bash[22010]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:05.367 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:05 smithi064 bash[21771]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:05.367 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:05 smithi064 bash[21771]: cluster 2024-09-20T19:18:03.941033+0000 mgr.x (mgr.14523) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:07.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:07 smithi029 bash[19840]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:07.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:07 smithi029 bash[19840]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:07.369 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:07 smithi191 bash[22010]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:07.369 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:07 smithi191 bash[22010]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:07.369 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:07 smithi064 bash[21771]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:07.369 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:07 smithi064 bash[21771]: cluster 2024-09-20T19:18:05.941688+0000 mgr.x (mgr.14523) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:09 smithi029 bash[19840]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:09 smithi029 bash[19840]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.328 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:09 smithi191 bash[22010]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.328 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:09 smithi191 bash[22010]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.372 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:09 smithi064 bash[21771]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:09.372 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:09 smithi064 bash[21771]: cluster 2024-09-20T19:18:07.942263+0000 mgr.x (mgr.14523) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:11.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:11 smithi029 bash[19840]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:11.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:11 smithi029 bash[19840]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:11.374 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:11 smithi064 bash[21771]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:11.374 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:11 smithi064 bash[21771]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:11.375 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:11 smithi191 bash[22010]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:11.375 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:11 smithi191 bash[22010]: cluster 2024-09-20T19:18:09.943445+0000 mgr.x (mgr.14523) 159 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:13.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:13 smithi029 bash[19840]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:13.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:13 smithi029 bash[19840]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:13.376 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:13 smithi064 bash[21771]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:13.377 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:13 smithi064 bash[21771]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:13.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:13 smithi191 bash[22010]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:13.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:13 smithi191 bash[22010]: cluster 2024-09-20T19:18:11.944078+0000 mgr.x (mgr.14523) 160 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:15.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:15 smithi029 bash[19840]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:15.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:15 smithi029 bash[19840]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:15.378 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:15 smithi191 bash[22010]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:15.378 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:15 smithi191 bash[22010]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:15.379 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:15 smithi064 bash[21771]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:15.379 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:15 smithi064 bash[21771]: cluster 2024-09-20T19:18:13.945283+0000 mgr.x (mgr.14523) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-20T19:18:17.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:17 smithi029 bash[19840]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:17.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:17 smithi029 bash[19840]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:17.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:17 smithi064 bash[21771]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:17.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:17 smithi064 bash[21771]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:17.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:17 smithi191 bash[22010]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:17.382 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:17 smithi191 bash[22010]: cluster 2024-09-20T19:18:15.945919+0000 mgr.x (mgr.14523) 162 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:19 smithi029 bash[19840]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:19 smithi029 bash[19840]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.384 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:19 smithi191 bash[22010]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.385 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:19 smithi191 bash[22010]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.385 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:19 smithi064 bash[21771]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:19.385 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:19 smithi064 bash[21771]: cluster 2024-09-20T19:18:17.946504+0000 mgr.x (mgr.14523) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:21.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:21 smithi029 bash[19840]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:21.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:21 smithi029 bash[19840]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:21.387 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:21 smithi191 bash[22010]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:21.387 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:21 smithi191 bash[22010]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:21.387 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:21 smithi064 bash[21771]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:21.387 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:21 smithi064 bash[21771]: cluster 2024-09-20T19:18:19.947804+0000 mgr.x (mgr.14523) 164 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-20T19:18:22.760 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.191/share1 -c ls' 2024-09-20T19:18:22.812 INFO:teuthology.orchestra.run.smithi193.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.191/share1 -c ls 2024-09-20T19:18:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:23 smithi029 bash[19840]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:23 smithi029 bash[19840]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.390 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:23 smithi064 bash[21771]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.390 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:23 smithi064 bash[21771]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.390 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:23 smithi191 bash[22010]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.390 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:23 smithi191 bash[22010]: cluster 2024-09-20T19:18:21.948527+0000 mgr.x (mgr.14523) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:23.923 INFO:teuthology.orchestra.run.smithi193.stdout: . D 0 Fri Sep 20 19:14:11 2024 2024-09-20T19:18:23.923 INFO:teuthology.orchestra.run.smithi193.stdout: .. D 0 Fri Sep 20 19:14:11 2024 2024-09-20T19:18:23.923 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T19:18:23.923 INFO:teuthology.orchestra.run.smithi193.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-20T19:18:24.447 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.191/share2 -c ls' 2024-09-20T19:18:24.500 INFO:teuthology.orchestra.run.smithi193.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.193 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.191/share2 -c ls 2024-09-20T19:18:25.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:25 smithi029 bash[19840]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:25 smithi029 bash[19840]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.393 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:25 smithi064 bash[21771]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.393 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:25 smithi064 bash[21771]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.393 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:25 smithi191 bash[22010]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.393 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:25 smithi191 bash[22010]: cluster 2024-09-20T19:18:23.949742+0000 mgr.x (mgr.14523) 166 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-20T19:18:25.632 INFO:teuthology.orchestra.run.smithi193.stdout: . D 0 Fri Sep 20 19:14:18 2024 2024-09-20T19:18:25.632 INFO:teuthology.orchestra.run.smithi193.stdout: .. D 0 Fri Sep 20 19:14:18 2024 2024-09-20T19:18:25.632 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-09-20T19:18:25.632 INFO:teuthology.orchestra.run.smithi193.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-20T19:18:26.159 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-20T19:18:26.174 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:18:26.175 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- bash -c 'ceph smb apply -i -' 2024-09-20T19:18:27.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:27 smithi029 bash[19840]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:27.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:27 smithi029 bash[19840]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:27.396 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:27 smithi191 bash[22010]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:27.396 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:27 smithi191 bash[22010]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:27.397 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:27 smithi064 bash[21771]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:27.397 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:27 smithi064 bash[21771]: cluster 2024-09-20T19:18:25.950354+0000 mgr.x (mgr.14523) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.399 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:29 smithi029 bash[19840]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.399 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:29 smithi029 bash[19840]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.399 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:29 smithi191 bash[22010]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.399 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:29 smithi191 bash[22010]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.400 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:29 smithi064 bash[21771]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:29.400 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:29 smithi064 bash[21771]: cluster 2024-09-20T19:18:27.951086+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-20T19:18:30.982 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:18:31.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:31 smithi029 bash[19840]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:31.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:31 smithi029 bash[19840]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:31.403 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:31 smithi064 bash[21771]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:31.403 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:31 smithi064 bash[21771]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:31.403 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:31 smithi191 bash[22010]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:31.403 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:31 smithi191 bash[22010]: cluster 2024-09-20T19:18:29.952238+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "results": [ 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.share", 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "share_id": "share1", 2024-09-20T19:18:33.206 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "removed" 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "removed", 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.share", 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "share_id": "share2", 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "removed" 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "removed", 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:18:33.207 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.cluster", 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster_id": "adctdb1", 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "removed" 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "removed", 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "resource": { 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "auth_id": "join1-admin", 2024-09-20T19:18:33.208 INFO:teuthology.orchestra.run.smithi029.stdout: "intent": "removed" 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: "state": "removed", 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: "success": true 2024-09-20T19:18:33.209 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-20T19:18:33.405 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:33 smithi029 bash[19840]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:33.405 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:33 smithi029 bash[19840]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:33.406 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:33 smithi191 bash[22010]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:33.406 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:33 smithi191 bash[22010]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:33.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:33 smithi064 bash[21771]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:33.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:33 smithi064 bash[21771]: cluster 2024-09-20T19:18:31.953042+0000 mgr.x (mgr.14523) 170 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 426 B/s wr, 2 op/s 2024-09-20T19:18:34.150 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-20T19:18:34.164 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to be not present in service list 2024-09-20T19:18:34.164 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:18:34.410 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.411 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:34.412 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:34 smithi064 bash[21771]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:34.447 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.447 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.447 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.448 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:34.449 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:34 smithi029 bash[19840]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.012225+0000 mgr.x (mgr.14523) 171 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.111119+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Remove service smb.adctdb1 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.117221+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.118630+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.459 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.119163+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.120633+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.122569+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.123253+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.127802+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.460 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.128549+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.129889+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: audit 2024-09-20T19:18:33.139270+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.197568+0000 mgr.x (mgr.14523) 173 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi029.pswthf... 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:34.461 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:34 smithi191 bash[22010]: cephadm 2024-09-20T19:18:33.198094+0000 mgr.x (mgr.14523) 174 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi029.pswthf from smithi029 -- ports [445, 9922] 2024-09-20T19:18:35.409 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:35 smithi064 bash[21771]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:35.410 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:35 smithi064 bash[21771]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:35.427 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:35 smithi191 bash[22010]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:35.427 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:35 smithi191 bash[22010]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:35.523 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:35 smithi029 bash[19840]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:35.524 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:35 smithi029 bash[19840]: cluster 2024-09-20T19:18:33.954291+0000 mgr.x (mgr.14523) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-20T19:18:36.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.469 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.469 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.469 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.469 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.470 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.470 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.762 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.763 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:36.763 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.024 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.024 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.024 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.024 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:36 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.285 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.285 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:37 smithi029 bash[19840]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:37 smithi029 bash[19840]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.286 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.409 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:37 smithi064 bash[21771]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.409 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:37 smithi064 bash[21771]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:37 smithi191 bash[22010]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:37 smithi191 bash[22010]: cluster 2024-09-20T19:18:35.954811+0000 mgr.x (mgr.14523) 176 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-20T19:18:37.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.545 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.546 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:37.546 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:38.303 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:38.303 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:38.304 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:37 smithi029 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:38 smithi029 bash[19840]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:38 smithi029 bash[19840]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:38 smithi029 bash[19840]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:38 smithi029 bash[19840]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:38 smithi064 bash[21771]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:38 smithi064 bash[21771]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:38 smithi064 bash[21771]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.406 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:38 smithi064 bash[21771]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.407 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:38 smithi191 bash[22010]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.407 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:38 smithi191 bash[22010]: audit 2024-09-20T19:18:38.056376+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"} : dispatch 2024-09-20T19:18:38.407 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:38 smithi191 bash[22010]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.407 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:38 smithi191 bash[22010]: audit 2024-09-20T19:18:38.058757+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi029.pswthf"}]': finished 2024-09-20T19:18:38.900 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:18:39.227 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.227 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.227 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.227 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.227 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:39.228 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:39 smithi191 bash[22010]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:39.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:39.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:39 smithi029 bash[19840]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:39.380 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.380 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cluster 2024-09-20T19:18:37.955361+0000 mgr.x (mgr.14523) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.055960+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi029.pswthf 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.062249+0000 mgr.x (mgr.14523) 179 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi064.khrmkd... 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:39.381 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:39 smithi064 bash[21771]: cephadm 2024-09-20T19:18:38.062453+0000 mgr.x (mgr.14523) 180 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi064.khrmkd from smithi064 -- ports [445, 9922] 2024-09-20T19:18:40.304 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.305 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.305 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.570 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.571 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.571 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.823 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:18:40.823 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:16:48.221894Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:16:48.221443Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:16:48.221271Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:16:48.221595Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-20T19:18:33.117820Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.193"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-20T19:15:09.469551Z", "last_refresh": "2024-09-20T19:16:48.666847Z", "running": 2, "size": 3}}] 2024-09-20T19:18:40.894 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.895 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:40.895 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.155 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.155 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.155 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.156 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.156 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:40 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.156 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.409 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.410 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.410 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:41 smithi064 bash[21771]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.410 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:41 smithi064 bash[21771]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.410 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:41.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:41 smithi191 bash[22010]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:41 smithi191 bash[22010]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:41 smithi029 bash[19840]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.508 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:41 smithi029 bash[19840]: cluster 2024-09-20T19:18:39.956112+0000 mgr.x (mgr.14523) 181 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-20T19:18:41.509 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'smb.adctdb1', 'mon', 'mds.cephfs', 'mgr', 'osd'} 2024-09-20T19:18:42.159 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:42.160 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:42.160 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:18:41 smithi064 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:42.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:42 smithi191 bash[22010]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:42.510 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:88deadb8082f4a33832e228ccefc59cedba158a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 90d680f0-7782-11ef-baf5-efdc52797490 -- ceph orch ls -f json 2024-09-20T19:18:42.521 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:42.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:42 smithi029 bash[19840]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:42.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:40.817831+0000 mgr.x (mgr.14523) 182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T19:18:42.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:42.000405+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"} : dispatch 2024-09-20T19:18:42.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:42.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:42 smithi064 bash[21771]: audit 2024-09-20T19:18:42.004359+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi064.khrmkd"}]': finished 2024-09-20T19:18:43.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.647 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:43.648 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:43 smithi191 bash[22010]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:43.649 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:43 smithi029 bash[19840]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:43.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cluster 2024-09-20T19:18:41.956780+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:41.999785+0000 mgr.x (mgr.14523) 184 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi064.khrmkd 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:42.010753+0000 mgr.x (mgr.14523) 185 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi191.cfxvxm... 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:43.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:43 smithi064 bash[21771]: cephadm 2024-09-20T19:18:42.011173+0000 mgr.x (mgr.14523) 186 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi191.cfxvxm from smithi191 -- ports [445, 9922] 2024-09-20T19:18:44.621 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.621 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.621 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.621 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.622 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.622 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.899 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.899 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:44.899 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:44 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.169 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.169 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.170 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.423 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.424 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.424 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:45 smithi191 bash[22010]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.424 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:45 smithi191 bash[22010]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.424 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:45 smithi029 bash[19840]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:45 smithi029 bash[19840]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:45 smithi064 bash[21771]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:45 smithi064 bash[21771]: cluster 2024-09-20T19:18:43.958089+0000 mgr.x (mgr.14523) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-20T19:18:45.677 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.677 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:45.677 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:45 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:46.477 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:18:46 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:46.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:46 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:46.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:46 smithi191 bash[22010]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:46.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:46 smithi191 bash[22010]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:46.477 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:18:46 smithi191 systemd[1]: /etc/systemd/system/ceph-90d680f0-7782-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T19:18:46.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:46 smithi029 bash[19840]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:46.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:46 smithi029 bash[19840]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:46.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:46 smithi064 bash[21771]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:46.659 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:46 smithi064 bash[21771]: audit 2024-09-20T19:18:46.168551+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"} : dispatch 2024-09-20T19:18:47.271 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T19:18:47.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:47.478 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:47 smithi191 bash[22010]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:47.553 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.554 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:47.555 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:47 smithi029 bash[19840]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cluster 2024-09-20T19:18:45.958903+0000 mgr.x (mgr.14523) 188 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cephadm 2024-09-20T19:18:46.167857+0000 mgr.x (mgr.14523) 189 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi191.cfxvxm 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.172945+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi191.cfxvxm"}]': finished 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: cephadm 2024-09-20T19:18:46.178931+0000 mgr.x (mgr.14523) 190 : cephadm [INF] Purge service smb.adctdb1 2024-09-20T19:18:47.660 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.184090+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-20T19:18:47.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.189363+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-20T19:18:47.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:47.661 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:47 smithi064 bash[21771]: audit 2024-09-20T19:18:46.191356+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14523 172.21.15.29:0/4099770902' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:18:48.863 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-20T19:18:48.863 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-20T19:13:40.882245Z", "last_refresh": "2024-09-20T19:16:48.221894Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi029=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-20T19:06:21.337006Z", "last_refresh": "2024-09-20T19:16:48.221443Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi029:172.21.15.29=a", "smithi064:172.21.15.64=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-20T19:05:48.100708Z", "last_refresh": "2024-09-20T19:16:48.221271Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "441f9a3fe51528ef653b21f42e9d884db6124a0c7d482e865382bdfdb9ec979c", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8a1a6edbc97129e01d4344a6578add33aaab808082c84049bd2e48e1f97b80d2", "last_refresh": "2024-09-20T19:16:48.221595Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-20T19:18:49.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:49 smithi191 bash[22010]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.477 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:49 smithi191 bash[22010]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:49 smithi029 bash[19840]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:49 smithi029 bash[19840]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.528 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'osd', 'mgr', 'mon', 'mds.cephfs'} 2024-09-20T19:18:49.528 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T19:18:49.539 INFO:tasks.cephadm:Teardown begin 2024-09-20T19:18:49.539 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:18:49.585 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:18:49.597 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:49 smithi064 bash[21771]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.597 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:49 smithi064 bash[21771]: cluster 2024-09-20T19:18:47.960078+0000 mgr.x (mgr.14523) 191 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-20T19:18:49.600 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:18:49.615 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:18:49.629 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T19:18:49.629 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:18:49.634 DEBUG:teuthology.orchestra.run.smithi064:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:18:49.646 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:18:49.661 DEBUG:teuthology.orchestra.run.smithi193:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:18:49.680 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T19:18:49.680 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T19:18:49.680 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:18:49.803 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:49 smithi029 systemd[1]: Stopping Ceph mon.a for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:18:50.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:49 smithi029 bash[19840]: debug 2024-09-20T19:18:49.816+0000 7f931ce28640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-20T19:18:50.053 INFO:journalctl@ceph.mon.a.smithi029.stdout:Sep 20 19:18:49 smithi029 bash[19840]: debug 2024-09-20T19:18:49.816+0000 7f931ce28640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-20T19:18:50.761 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.a.service' 2024-09-20T19:18:50.793 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:18:50.793 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-20T19:18:50.793 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-20T19:18:50.793 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.b 2024-09-20T19:18:51.055 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:50 smithi064 systemd[1]: Stopping Ceph mon.b for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:18:51.056 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:50 smithi064 bash[21771]: debug 2024-09-20T19:18:50.950+0000 7f9adcaf8640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-20T19:18:51.056 INFO:journalctl@ceph.mon.b.smithi064.stdout:Sep 20 19:18:50 smithi064 bash[21771]: debug 2024-09-20T19:18:50.950+0000 7f9adcaf8640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-20T19:18:51.732 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.b.service' 2024-09-20T19:18:51.757 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:18:51.757 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-20T19:18:51.757 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-20T19:18:51.757 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.c 2024-09-20T19:18:52.088 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:51 smithi191 systemd[1]: Stopping Ceph mon.c for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:18:52.089 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:51 smithi191 bash[22010]: debug 2024-09-20T19:18:51.904+0000 7fec4f87b640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-20T19:18:52.089 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 20 19:18:51 smithi191 bash[22010]: debug 2024-09-20T19:18:51.904+0000 7fec4f87b640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-20T19:18:52.785 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mon.c.service' 2024-09-20T19:18:52.813 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:18:52.813 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-20T19:18:52.813 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-20T19:18:52.813 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x 2024-09-20T19:18:53.201 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:52 smithi029 systemd[1]: Stopping Ceph mgr.x for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:18:53.201 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:52 smithi029 bash[20095]: debug 2024-09-20T19:18:52.964+0000 7f0704331640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:18:53.202 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:52 smithi029 bash[20095]: debug 2024-09-20T19:18:52.964+0000 7f0704331640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-20T19:18:53.844 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service' 2024-09-20T19:18:53.883 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:53 smithi029 bash[49510]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-mgr-x 2024-09-20T19:18:53.883 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:53 smithi029 bash[49570]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-mgr-x 2024-09-20T19:18:53.883 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:53 smithi029 systemd[1]: ceph-90d680f0-7782-11ef-baf5-efdc52797490@mgr.x.service: Deactivated successfully. 2024-09-20T19:18:53.883 INFO:journalctl@ceph.mgr.x.smithi029.stdout:Sep 20 19:18:53 smithi029 systemd[1]: Stopped Ceph mgr.x for 90d680f0-7782-11ef-baf5-efdc52797490. 2024-09-20T19:18:53.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:18:53.899 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-20T19:18:53.899 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-20T19:18:53.899 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.0 2024-09-20T19:18:54.303 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:53 smithi029 systemd[1]: Stopping Ceph osd.0 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:18:54.303 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:54 smithi029 bash[29848]: debug 2024-09-20T19:18:54.080+0000 7f1c6dbe8640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:18:54.303 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:54 smithi029 bash[29848]: debug 2024-09-20T19:18:54.080+0000 7f1c6dbe8640 -1 osd.0 53 *** Got signal Terminated *** 2024-09-20T19:18:54.303 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:18:54 smithi029 bash[29848]: debug 2024-09-20T19:18:54.080+0000 7f1c6dbe8640 -1 osd.0 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:00.484 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:19:00 smithi029 bash[49609]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-0 2024-09-20T19:19:00.484 INFO:journalctl@ceph.osd.0.smithi029.stdout:Sep 20 19:19:00 smithi029 bash[49673]: Error response from daemon: No such container: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-0 2024-09-20T19:19:02.304 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.0.service' 2024-09-20T19:19:02.331 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:02.332 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-20T19:19:02.332 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-20T19:19:02.332 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.1 2024-09-20T19:19:02.553 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:02 smithi029 systemd[1]: Stopping Ceph osd.1 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:19:02.553 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:02 smithi029 bash[35184]: debug 2024-09-20T19:19:02.520+0000 7fd871dfc640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:19:02.553 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:02 smithi029 bash[35184]: debug 2024-09-20T19:19:02.520+0000 7fd871dfc640 -1 osd.1 53 *** Got signal Terminated *** 2024-09-20T19:19:02.553 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:02 smithi029 bash[35184]: debug 2024-09-20T19:19:02.520+0000 7fd871dfc640 -1 osd.1 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:08.784 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:08 smithi029 bash[49801]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-1 2024-09-20T19:19:08.784 INFO:journalctl@ceph.osd.1.smithi029.stdout:Sep 20 19:19:08 smithi029 bash[49863]: Error response from daemon: No such container: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-1 2024-09-20T19:19:10.566 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.1.service' 2024-09-20T19:19:10.597 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:10.598 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-20T19:19:10.598 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-20T19:19:10.598 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.2 2024-09-20T19:19:10.909 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:10 smithi064 systemd[1]: Stopping Ceph osd.2 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:19:10.909 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:10 smithi064 bash[24451]: debug 2024-09-20T19:19:10.758+0000 7ff07f482640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:19:10.909 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:10 smithi064 bash[24451]: debug 2024-09-20T19:19:10.758+0000 7ff07f482640 -1 osd.2 53 *** Got signal Terminated *** 2024-09-20T19:19:10.909 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:10 smithi064 bash[24451]: debug 2024-09-20T19:19:10.758+0000 7ff07f482640 -1 osd.2 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:16.892 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:16 smithi064 bash[37207]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-2 2024-09-20T19:19:17.159 INFO:journalctl@ceph.osd.2.smithi064.stdout:Sep 20 19:19:16 smithi064 bash[37269]: Error response from daemon: No such container: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-2 2024-09-20T19:19:18.670 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.2.service' 2024-09-20T19:19:18.697 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:18.698 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-20T19:19:18.698 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-20T19:19:18.698 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.3 2024-09-20T19:19:19.159 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:18 smithi064 systemd[1]: Stopping Ceph osd.3 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:19:19.159 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:18 smithi064 bash[29941]: debug 2024-09-20T19:19:18.869+0000 7f7b287bb640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:19:19.159 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:18 smithi064 bash[29941]: debug 2024-09-20T19:19:18.869+0000 7f7b287bb640 -1 osd.3 53 *** Got signal Terminated *** 2024-09-20T19:19:19.159 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:18 smithi064 bash[29941]: debug 2024-09-20T19:19:18.869+0000 7f7b287bb640 -1 osd.3 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:20.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:20 smithi191 bash[30249]: debug 2024-09-20T19:19:20.440+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:21.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:21 smithi191 bash[24859]: debug 2024-09-20T19:19:21.568+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:21.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:21 smithi191 bash[30249]: debug 2024-09-20T19:19:21.460+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:22.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:22 smithi191 bash[24859]: debug 2024-09-20T19:19:22.552+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:22.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:22 smithi191 bash[30249]: debug 2024-09-20T19:19:22.424+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:23.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:23 smithi191 bash[24859]: debug 2024-09-20T19:19:23.532+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:23.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:23 smithi191 bash[30249]: debug 2024-09-20T19:19:23.452+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:24.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:24 smithi191 bash[24859]: debug 2024-09-20T19:19:24.488+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:24.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:24 smithi191 bash[30249]: debug 2024-09-20T19:19:24.440+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:25.060 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:24 smithi064 bash[37402]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-3 2024-09-20T19:19:25.060 INFO:journalctl@ceph.osd.3.smithi064.stdout:Sep 20 19:19:24 smithi064 bash[37466]: Error response from daemon: No such container: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-3 2024-09-20T19:19:25.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:25 smithi191 bash[24859]: debug 2024-09-20T19:19:25.448+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:25.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:25 smithi191 bash[30249]: debug 2024-09-20T19:19:25.472+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:26.605 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.3.service' 2024-09-20T19:19:26.638 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:26.638 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-20T19:19:26.638 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-20T19:19:26.639 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.4 2024-09-20T19:19:26.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:26 smithi191 bash[24859]: debug 2024-09-20T19:19:26.456+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:26.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:26 smithi191 systemd[1]: Stopping Ceph osd.4 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:19:26.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:26 smithi191 bash[30249]: debug 2024-09-20T19:19:26.520+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:26.977 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:26 smithi191 bash[24859]: debug 2024-09-20T19:19:26.796+0000 7f3ffe042640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:19:26.977 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:26 smithi191 bash[24859]: debug 2024-09-20T19:19:26.796+0000 7f3ffe042640 -1 osd.4 53 *** Got signal Terminated *** 2024-09-20T19:19:26.977 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:26 smithi191 bash[24859]: debug 2024-09-20T19:19:26.796+0000 7f3ffe042640 -1 osd.4 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:27.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:27 smithi191 bash[24859]: debug 2024-09-20T19:19:27.440+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:27.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:27 smithi191 bash[30249]: debug 2024-09-20T19:19:27.496+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:28.977 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:28 smithi191 bash[24859]: debug 2024-09-20T19:19:28.480+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:28.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:28 smithi191 bash[30249]: debug 2024-09-20T19:19:28.504+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:29.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:29 smithi191 bash[24859]: debug 2024-09-20T19:19:29.443+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:29.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:29 smithi191 bash[30249]: debug 2024-09-20T19:19:29.483+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:30.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:30 smithi191 bash[24859]: debug 2024-09-20T19:19:30.459+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:30.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:30 smithi191 bash[30249]: debug 2024-09-20T19:19:30.515+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:31.727 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:31 smithi191 bash[30249]: debug 2024-09-20T19:19:31.543+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:31.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:31 smithi191 bash[24859]: debug 2024-09-20T19:19:31.423+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:58.597620+0000 front 2024-09-20T19:18:58.597821+0000 (oldest deadline 2024-09-20T19:19:20.897539+0000) 2024-09-20T19:19:31.727 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:31 smithi191 bash[24859]: debug 2024-09-20T19:19:31.423+0000 7f3ff664f640 -1 osd.4 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:07.100186+0000 front 2024-09-20T19:19:07.100124+0000 (oldest deadline 2024-09-20T19:19:30.599894+0000) 2024-09-20T19:19:32.791 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:32 smithi191 bash[30249]: debug 2024-09-20T19:19:32.531+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:33.132 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:32 smithi191 bash[37921]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-4 2024-09-20T19:19:33.132 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 20 19:19:32 smithi191 bash[37984]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-4 2024-09-20T19:19:33.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:33 smithi191 bash[30249]: debug 2024-09-20T19:19:33.563+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:33.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:33 smithi191 bash[30249]: debug 2024-09-20T19:19:33.563+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:34.939 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:34 smithi191 bash[30249]: debug 2024-09-20T19:19:34.595+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:34.939 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:34 smithi191 bash[30249]: debug 2024-09-20T19:19:34.595+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:34.943 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.4.service' 2024-09-20T19:19:34.970 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:34.970 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-20T19:19:34.970 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-20T19:19:34.970 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.5 2024-09-20T19:19:35.227 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 systemd[1]: Stopping Ceph osd.5 for 90d680f0-7782-11ef-baf5-efdc52797490... 2024-09-20T19:19:35.227 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 bash[30249]: debug 2024-09-20T19:19:35.167+0000 7f4f28648640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-20T19:19:35.227 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 bash[30249]: debug 2024-09-20T19:19:35.167+0000 7f4f28648640 -1 osd.5 53 *** Got signal Terminated *** 2024-09-20T19:19:35.227 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 bash[30249]: debug 2024-09-20T19:19:35.167+0000 7f4f28648640 -1 osd.5 53 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T19:19:35.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 bash[30249]: debug 2024-09-20T19:19:35.603+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:35.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:35 smithi191 bash[30249]: debug 2024-09-20T19:19:35.603+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:36.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:36 smithi191 bash[30249]: debug 2024-09-20T19:19:36.571+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:36.978 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:36 smithi191 bash[30249]: debug 2024-09-20T19:19:36.571+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:37.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:37 smithi191 bash[30249]: debug 2024-09-20T19:19:37.579+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:37.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:37 smithi191 bash[30249]: debug 2024-09-20T19:19:37.579+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:37.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:37 smithi191 bash[30249]: debug 2024-09-20T19:19:37.579+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.64:6804 osd.2 since back 2024-09-20T19:19:15.361437+0000 front 2024-09-20T19:19:15.361335+0000 (oldest deadline 2024-09-20T19:19:37.061223+0000) 2024-09-20T19:19:38.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:38 smithi191 bash[30249]: debug 2024-09-20T19:19:38.603+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:38.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:38 smithi191 bash[30249]: debug 2024-09-20T19:19:38.603+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:38.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:38 smithi191 bash[30249]: debug 2024-09-20T19:19:38.603+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.64:6804 osd.2 since back 2024-09-20T19:19:15.361437+0000 front 2024-09-20T19:19:15.361335+0000 (oldest deadline 2024-09-20T19:19:37.061223+0000) 2024-09-20T19:19:39.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:39 smithi191 bash[30249]: debug 2024-09-20T19:19:39.631+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2024-09-20T19:18:56.858314+0000 front 2024-09-20T19:18:56.858465+0000 (oldest deadline 2024-09-20T19:19:20.358138+0000) 2024-09-20T19:19:39.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:39 smithi191 bash[30249]: debug 2024-09-20T19:19:39.631+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2024-09-20T19:19:06.660355+0000 front 2024-09-20T19:19:06.660134+0000 (oldest deadline 2024-09-20T19:19:32.559972+0000) 2024-09-20T19:19:39.977 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:39 smithi191 bash[30249]: debug 2024-09-20T19:19:39.631+0000 7f4f24c5d640 -1 osd.5 53 heartbeat_check: no reply from 172.21.15.64:6804 osd.2 since back 2024-09-20T19:19:15.361437+0000 front 2024-09-20T19:19:15.361335+0000 (oldest deadline 2024-09-20T19:19:37.061223+0000) 2024-09-20T19:19:41.389 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:41 smithi191 bash[38114]: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-5 2024-09-20T19:19:41.389 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 20 19:19:41 smithi191 bash[38176]: Error response from daemon: No such container: ceph-90d680f0-7782-11ef-baf5-efdc52797490-osd-5 2024-09-20T19:19:43.072 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-90d680f0-7782-11ef-baf5-efdc52797490@osd.5.service' 2024-09-20T19:19:43.106 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T19:19:43.107 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-20T19:19:43.107 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T19:19:43.294 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:19:59.270 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T19:19:59.461 INFO:teuthology.orchestra.run.smithi064.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:01.642 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T19:20:01.827 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:11.637 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T19:20:11.821 INFO:teuthology.orchestra.run.smithi193.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:15.432 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:20:15.446 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:20:15.460 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:20:15.475 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:20:15.488 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T19:20:15.490 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi029/crash 2024-09-20T19:20:15.490 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:20:15.502 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:20:15.502 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:20:15.504 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi064/crash 2024-09-20T19:20:15.505 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:20:15.517 INFO:teuthology.orchestra.run.smithi064.stderr:tar: /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:20:15.518 INFO:teuthology.orchestra.run.smithi064.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:20:15.520 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi191/crash 2024-09-20T19:20:15.520 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:20:15.532 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:20:15.532 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:20:15.534 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi193/crash 2024-09-20T19:20:15.535 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:20:15.546 INFO:teuthology.orchestra.run.smithi193.stderr:tar: /var/lib/ceph/90d680f0-7782-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:20:15.546 INFO:teuthology.orchestra.run.smithi193.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:20:15.548 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T19:20:15.548 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-20T19:20:15.563 INFO:tasks.cephadm:Compressing logs... 2024-09-20T19:20:15.563 DEBUG:teuthology.orchestra.run.smithi029:> 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-20T19:20:15.606 DEBUG:teuthology.orchestra.run.smithi064:> 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-20T19:20:15.608 DEBUG:teuthology.orchestra.run.smithi191:> 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-20T19:20:15.611 DEBUG:teuthology.orchestra.run.smithi193:> 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-20T19:20:15.619 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:20:15.620 INFO:teuthology.orchestra.run.smithi064.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:20:15.621 INFO:teuthology.orchestra.run.smithi191.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:20:15.629 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:20:15.630 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.2.log 2024-09-20T19:20:15.630 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-20T19:20:15.634 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.3.log 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.2.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.3.log: 81.5% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log: 87.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.b.log 2024-09-20T19:20:15.635 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.b.log: 87.4% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-20T19:20:15.636 INFO:teuthology.orchestra.run.smithi193.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:20:15.636 INFO:teuthology.orchestra.run.smithi064.stderr: 90.1% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-20T19:20:15.637 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:20:15.637 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.0.log 2024-09-20T19:20:15.637 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.a.log 2024-09-20T19:20:15.638 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-20T19:20:15.638 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.1.log 2024-09-20T19:20:15.639 INFO:teuthology.orchestra.run.smithi064.stderr: 91.4% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-20T19:20:15.639 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mgr.x.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.1.log: 84.0% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose --/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mgr.x.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi029.qnkgua.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi029.qnkgua.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr: 82.8% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi029.qnkgua.log.gz 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log: 87.4% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:20:15.643 INFO:teuthology.orchestra.run.smithi029.stderr: 89.8% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-20T19:20:15.646 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi191.dfjwzf.log 2024-09-20T19:20:15.646 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-20T19:20:15.646 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi191.dfjwzf.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.5.log 2024-09-20T19:20:15.646 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr: 81.5% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr: 86.8% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mds.cephfs.smithi191.dfjwzf.log.gz 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log: -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.c.log 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.4.log 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log: /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.4.log: 87.4% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-20T19:20:15.647 INFO:teuthology.orchestra.run.smithi191.stderr: 90.1% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-20T19:20:15.648 INFO:teuthology.orchestra.run.smithi029.stderr: 91.3% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-20T19:20:15.651 INFO:teuthology.orchestra.run.smithi191.stderr: 91.4% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-20T19:20:15.713 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:20:15.714 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/cephadm.log: 76.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:20:15.715 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-09-20T19:20:15.715 INFO:teuthology.orchestra.run.smithi193.stderr:real 0m0.093s 2024-09-20T19:20:15.715 INFO:teuthology.orchestra.run.smithi193.stderr:user 0m0.017s 2024-09-20T19:20:15.715 INFO:teuthology.orchestra.run.smithi193.stderr:sys 0m0.004s 2024-09-20T19:20:15.780 INFO:teuthology.orchestra.run.smithi029.stderr: 90.2% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mgr.x.log.gz 2024-09-20T19:20:15.782 INFO:teuthology.orchestra.run.smithi064.stderr: 92.7% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.b.log.gz 2024-09-20T19:20:15.783 INFO:teuthology.orchestra.run.smithi191.stderr: 92.6% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.c.log.gz 2024-09-20T19:20:15.881 INFO:teuthology.orchestra.run.smithi191.stderr: 93.8% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.5.log.gz 2024-09-20T19:20:15.895 INFO:teuthology.orchestra.run.smithi029.stderr: 93.5% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.0.log.gz 2024-09-20T19:20:15.931 INFO:teuthology.orchestra.run.smithi029.stderr: 93.6% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.1.log.gz 2024-09-20T19:20:15.949 INFO:teuthology.orchestra.run.smithi064.stderr: 93.6% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.2.log.gz 2024-09-20T19:20:15.953 INFO:teuthology.orchestra.run.smithi064.stderr: 93.6% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.3.log.gz 2024-09-20T19:20:15.954 INFO:teuthology.orchestra.run.smithi064.stderr: 2024-09-20T19:20:15.954 INFO:teuthology.orchestra.run.smithi064.stderr:real 0m0.344s 2024-09-20T19:20:15.954 INFO:teuthology.orchestra.run.smithi064.stderr:user 0m0.807s 2024-09-20T19:20:15.955 INFO:teuthology.orchestra.run.smithi064.stderr:sys 0m0.026s 2024-09-20T19:20:15.969 INFO:teuthology.orchestra.run.smithi191.stderr: 93.3% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-osd.4.log.gz 2024-09-20T19:20:15.971 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-09-20T19:20:15.971 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m0.358s 2024-09-20T19:20:15.971 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m0.714s 2024-09-20T19:20:15.971 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m0.035s 2024-09-20T19:20:16.075 INFO:teuthology.orchestra.run.smithi029.stderr: 90.9% -- replaced with /var/log/ceph/90d680f0-7782-11ef-baf5-efdc52797490/ceph-mon.a.log.gz 2024-09-20T19:20:16.077 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-09-20T19:20:16.078 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.468s 2024-09-20T19:20:16.078 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m1.133s 2024-09-20T19:20:16.078 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.061s 2024-09-20T19:20:16.078 INFO:tasks.cephadm:Archiving logs... 2024-09-20T19:20:16.079 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi029/log 2024-09-20T19:20:16.080 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:20:16.281 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi064/log 2024-09-20T19:20:16.282 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:20:16.390 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi191/log 2024-09-20T19:20:16.390 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:20:16.491 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi193/log 2024-09-20T19:20:16.491 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:20:16.505 INFO:tasks.cephadm:Removing cluster... 2024-09-20T19:20:16.506 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force 2024-09-20T19:20:16.696 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:17.821 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force 2024-09-20T19:20:18.011 INFO:teuthology.orchestra.run.smithi064.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:19.160 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 90d680f0-7782-11ef-baf5-efdc52797490 --force 2024-09-20T19:20:19.344 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 90d680f0-7782-11ef-baf5-efdc52797490 2024-09-20T19:20:20.469 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T19:20:20.469 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:20:20.475 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:20:20.481 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:20:20.487 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:20:20.493 INFO:tasks.cephadm:Teardown complete 2024-09-20T19:20:20.493 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-09-20T19:20:20.503 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker stop samba-ad 2024-09-20T19:20:21.164 INFO:teuthology.orchestra.run.smithi193.stdout:samba-ad 2024-09-20T19:20:21.166 DEBUG:teuthology.orchestra.run.smithi193:> sudo docker rm samba-ad 2024-09-20T19:20:21.348 INFO:teuthology.orchestra.run.smithi193.stdout:samba-ad 2024-09-20T19:20:21.350 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-20T19:20:21.363 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi193 2024-09-20T19:20:21.363 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-09-20T19:20:21.363 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/systemd/resolved.conf 2024-09-20T19:20:21.415 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl restart systemd-resolved 2024-09-20T19:20:21.564 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T19:20:21.575 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T19:20:21.575 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:20:21.577 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:20:21.580 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:20:21.582 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:20:21.588 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:20:21.588 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-09-20T19:20:21.589 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 67.205.162.81 3 u 28 64 377 0.087 -4.259 0.314 2024-09-20T19:20:21.589 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 63.231.80.2 3 u 29 64 377 0.081 -4.779 0.284 2024-09-20T19:20:21.589 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 35 64 377 0.069 -2.028 0.245 2024-09-20T19:20:21.589 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================== 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout:*hv01.front.sepi 67.205.162.81 3 u 34 64 377 0.075 -6.046 1.563 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.099 -4.891 1.246 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout:+hv03.front.sepi 74.6.168.72 3 u 41 64 377 0.081 -1.709 1.571 2024-09-20T19:20:21.591 INFO:teuthology.orchestra.run.smithi064.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout:*hv01.front.sepi 67.205.162.81 3 u 44 64 377 0.084 -4.455 1.010 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.073 -5.120 0.932 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.080 -2.726 1.201 2024-09-20T19:20:21.594 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-20T19:20:21.596 INFO:teuthology.orchestra.run.smithi193.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:20:21.596 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================== 2024-09-20T19:20:21.596 INFO:teuthology.orchestra.run.smithi193.stdout:*hv01.front.sepi 67.205.162.81 3 u 33 64 377 0.074 -3.579 0.436 2024-09-20T19:20:21.596 INFO:teuthology.orchestra.run.smithi193.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.109 -4.635 0.660 2024-09-20T19:20:21.597 INFO:teuthology.orchestra.run.smithi193.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.112 -1.940 0.662 2024-09-20T19:20:21.597 INFO:teuthology.orchestra.run.smithi193.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-20T19:20:21.597 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T19:20:21.607 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T19:20:21.608 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T19:20:21.654 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T19:20:21.663 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T19:20:21.672 INFO:teuthology.task.internal:Duration was 1761.695964 seconds 2024-09-20T19:20:21.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T19:20:21.681 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T19:20:21.682 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:20:21.684 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:20:21.686 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:20:21.688 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:20:21.727 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T19:20:21.727 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-09-20T19:20:21.727 DEBUG:teuthology.orchestra.run.smithi029:> 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-20T19:20:21.778 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2024-09-20T19:20:21.778 DEBUG:teuthology.orchestra.run.smithi064:> 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-20T19:20:21.789 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-09-20T19:20:21.790 DEBUG:teuthology.orchestra.run.smithi191:> 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-20T19:20:21.799 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-09-20T19:20:21.800 DEBUG:teuthology.orchestra.run.smithi193:> 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-20T19:20:21.810 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T19:20:21.810 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:20:21.821 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:20:21.838 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:20:21.846 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:20:21.899 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T19:20:21.899 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:20:21.901 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:20:21.904 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:20:21.906 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:20:22.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T19:20:22.203 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T19:20:22.203 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:20:22.214 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:20:22.227 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:20:22.241 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:20:22.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T19:20:22.270 DEBUG:teuthology.orchestra.run.smithi029:> 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-20T19:20:22.273 DEBUG:teuthology.orchestra.run.smithi064:> 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-20T19:20:22.275 DEBUG:teuthology.orchestra.run.smithi191:> 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-20T19:20:22.281 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-09-20T19:20:22.285 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2024-09-20T19:20:22.287 DEBUG:teuthology.orchestra.run.smithi193:> 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-20T19:20:22.297 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-09-20T19:20:22.311 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-09-20T19:20:22.333 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:20:22.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:20:22.348 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:20:22.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:20:22.352 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:20:22.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:20:22.377 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:20:22.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:20:22.382 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T19:20:22.393 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T19:20:22.393 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi029 2024-09-20T19:20:22.394 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:20:22.420 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi064 2024-09-20T19:20:22.420 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:20:22.444 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi191 2024-09-20T19:20:22.444 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:20:22.469 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-20_12:24:58-orch:cephadm-wip-guits-main-2024-09-20-1028-distro-default-smithi/7912738/remote/smithi193 2024-09-20T19:20:22.469 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:20:22.489 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T19:20:22.489 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:20:22.491 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:20:22.493 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:20:22.511 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:20:22.536 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T19:20:22.548 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T19:20:22.548 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T19:20:22.558 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T19:20:22.558 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:20:22.561 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:20:22.563 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:20:22.564 INFO:teuthology.orchestra.run.smithi029.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:20 /home/ubuntu/cephtest 2024-09-20T19:20:22.565 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:20:22.567 INFO:teuthology.orchestra.run.smithi064.stdout: 655475 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:20 /home/ubuntu/cephtest 2024-09-20T19:20:22.568 INFO:teuthology.orchestra.run.smithi191.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:20 /home/ubuntu/cephtest 2024-09-20T19:20:22.584 INFO:teuthology.orchestra.run.smithi193.stdout: 655475 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:20 /home/ubuntu/cephtest 2024-09-20T19:20:22.586 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T19:20:22.596 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T19:20:22.619 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_dom} duration: 1761.6959640979767 owner: scheduled_gabrioux@teuthology success: true 2024-09-20T19:20:22.619 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:20:22.699 INFO:teuthology.run:pass