2024-09-17T11:36:17.699 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T11:36:17.717 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T11:36:17.803 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785 branch: main description: orch/cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907785' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 7498493279982dfe87f00616198a5967475f6169 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7498493279982dfe87f00616198a5967475f6169 workunit: branch: main sha1: 2b698643d05f73e79c2d2888228947a84a4ac0bd owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 - - host.d - cephadm.exclude seed: 3649 sha1: 7498493279982dfe87f00616198a5967475f6169 sleep_before_teardown: 0 subset: 42/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 2b698643d05f73e79c2d2888228947a84a4ac0bd targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAjmB59RWvR9tgd6slQ8V+KvmF4eb7f1jcXO/k3IxkZDN26lO9m5Z0t/S8/hAU9bB2LFYWq1RR36Je1YsLyzVpg= smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIeBxyauAE+ov07y51tPQA+OTftUW21kXcMAFDq8HF08QoWiXLPi3muBYNKfP3qh/IVoVgregWFa+SgjHfx1K6I= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPm4KZAfgoHNGLPKEUH7LwDHtekAz5+DWyeunJpVhDzkGbF+eKQvxMC0KeahHe/DPeV6CObNGTomOyTeMGqCB5Y= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAfW7Q+s6hdxqU+6Ic+qMvEVhvk/KU+Y3HKOtsrVdupK2rS8ds9QLk5ByQhOe7DWhb+PpjT8tKpYFOphNxwpw2w= tasks: - cephadm.configure_samba_client_container: role: host.d - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ uctdb1\n auth_mode: user\n user_group_settings:\n - {source_type: resource,\ \ ref: ug1}\n placement:\n count: 3\n- resource_type: ceph.smb.usersgroups\n\ \ users_groups_id: ug1\n values:\n users:\n - {name: user1, password:\ \ t3stP4ss1}\n - {name: user2, password: t3stP4ss2}\n groups: []\n\ - resource_type: ceph.smb.share\n cluster_id: uctdb1\n share_id: share1\n\ \ cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume: sv1\n\ \ path: /\n- resource_type: ceph.smb.share\n cluster_id: uctdb1\n share_id:\ \ share2\n cephfs:\n volume: cephfs\n subvolumegroup: smb\n subvolume:\ \ sv2\n path: /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.uctdb1 - cephadm.shell: host.a: - cmd: rados --pool=.smb -N uctdb1 get cluster.meta.json /dev/stdout - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.exec: host.a: - '{{ctx.cephadm}} ls --no-detail | {{ctx.cephadm}} shell jq -r ''map(select(.name | startswith("smb.uctdb1")))[-1].name'' > /tmp/svcname' - '{{ctx.cephadm}} enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' - cat /tmp/ctdb_status - grep 'pnn:0 .*OK' /tmp/ctdb_status - grep 'pnn:1 .*OK' /tmp/ctdb_status - grep 'pnn:2 .*OK' /tmp/ctdb_status - grep 'Number of nodes:3' /tmp/ctdb_status - rm -rf /tmp/svcname /tmp/ctdb_status - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ uctdb1\n intent: removed\n- resource_type: ceph.smb.usersgroups\n users_groups_id:\ \ ug1\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id: uctdb1\n\ \ share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: uctdb1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.uctdb1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_20:08:15 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T11:36:17.803 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa; will attempt to use it 2024-09-17T11:36:17.804 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa/tasks 2024-09-17T11:36:17.804 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T11:36:17.805 INFO:teuthology.task.internal:Checking packages... 2024-09-17T11:36:17.827 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '7498493279982dfe87f00616198a5967475f6169' 2024-09-17T11:36:17.827 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T11:36:17.827 INFO:teuthology.packaging:ref: None 2024-09-17T11:36:17.827 INFO:teuthology.packaging:tag: None 2024-09-17T11:36:17.827 INFO:teuthology.packaging:branch: main 2024-09-17T11:36:17.828 INFO:teuthology.packaging:sha1: 7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:36:17.828 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-09-17T11:36:18.032 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4937-g74984932-1jammy 2024-09-17T11:36:18.033 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T11:36:18.041 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T11:36:18.041 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T11:36:18.050 INFO:teuthology.task.internal:Saving configuration 2024-09-17T11:36:18.064 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T11:36:18.072 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T11:36:18.098 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785', '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-17 11:30:12.379107', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHYIKNFsjq8fmkWm1UNg70Ce56rCEmcyp8G+D5dOJmEs'} 2024-09-17T11:36:18.123 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785', '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-17 11:30:12.380717', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINCDzJnfcoMvVIQi5+vkR+xH1RQcNavAwCKvO12lXwuB'} 2024-09-17T11:36:18.145 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785', '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-17 11:30:12.383146', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPA7+wbRaaqiGXZWabFrd3voFTjMuPXeF7zytN2aFiG/'} 2024-09-17T11:36:18.165 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785', '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-17 11:30:12.381931', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILv7nw0xrXDcPTN6ac5QApfDj7I6s8Uhs4UjcBJCnGWS'} 2024-09-17T11:36:18.165 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T11:36:18.173 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-17T11:36:18.173 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-17T11:36:18.173 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-17T11:36:18.173 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-17T11:36:18.173 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T11:36:18.283 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd108cdee60>, signals=[15]) 2024-09-17T11:36:18.284 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T11:36:18.291 INFO:teuthology.task.internal:Opening connections... 2024-09-17T11:36:18.291 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T11:36:18.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:36:18.377 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2024-09-17T11:36:18.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:36:18.455 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-09-17T11:36:18.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:36:18.531 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-09-17T11:36:18.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:36:18.610 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T11:36:18.617 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-09-17T11:36:18.623 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-09-17T11:36:18.623 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-09-17T11:36:18.670 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T11:36:18.670 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="Ubuntu" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="22.04" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_CODENAME=jammy 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:ID=ubuntu 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE=debian 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T11:36:18.671 INFO:teuthology.orchestra.run.smithi040.stdout:UBUNTU_CODENAME=jammy 2024-09-17T11:36:18.672 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-09-17T11:36:18.691 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2024-09-17T11:36:18.697 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2024-09-17T11:36:18.697 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="Ubuntu" 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="22.04" 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_CODENAME=jammy 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:ID=ubuntu 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE=debian 2024-09-17T11:36:18.744 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T11:36:18.745 INFO:teuthology.orchestra.run.smithi070.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T11:36:18.745 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T11:36:18.745 INFO:teuthology.orchestra.run.smithi070.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T11:36:18.745 INFO:teuthology.orchestra.run.smithi070.stdout:UBUNTU_CODENAME=jammy 2024-09-17T11:36:18.745 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2024-09-17T11:36:18.766 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-09-17T11:36:18.772 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-09-17T11:36:18.772 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="Ubuntu" 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="22.04" 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_CODENAME=jammy 2024-09-17T11:36:18.819 INFO:teuthology.orchestra.run.smithi191.stdout:ID=ubuntu 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE=debian 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T11:36:18.820 INFO:teuthology.orchestra.run.smithi191.stdout:UBUNTU_CODENAME=jammy 2024-09-17T11:36:18.820 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-09-17T11:36:18.842 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-09-17T11:36:18.847 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-09-17T11:36:18.848 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-09-17T11:36:18.895 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T11:36:18.895 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2024-09-17T11:36:18.895 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="22.04" 2024-09-17T11:36:18.895 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T11:36:18.895 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=jammy 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T11:36:18.896 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=jammy 2024-09-17T11:36:18.896 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-09-17T11:36:18.925 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T11:36:18.935 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T11:36:18.944 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T11:36:18.945 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:36:18.948 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:36:18.951 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:36:18.954 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:36:18.960 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T11:36:18.967 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T11:36:18.967 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:36:18.996 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:36:18.999 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:36:19.001 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:36:19.018 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T11:36:19.118 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T11:36:19.139 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T11:36:19.139 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}, 'host.d': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T11:36:19.139 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:36:19.140 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:36:19.141 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:36:19.141 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:36:19.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:36:19.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:36:19.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:36:19.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:36:19.149 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-17T11:36:19.150 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-09-17T11:36:19.150 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-17T11:36:19.151 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-09-17T11:36:19.192 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-56-generic 2024-09-17T11:36:19.193 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.15.0-56-generic 2024-09-17T11:36:19.193 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-09-17T11:36:19.195 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-56-generic 2024-09-17T11:36:19.195 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.15.0-56-generic 2024-09-17T11:36:19.195 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-09-17T11:36:19.197 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-56-generic 2024-09-17T11:36:19.197 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-56-generic 2024-09-17T11:36:19.197 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.15.0-56-generic 2024-09-17T11:36:19.197 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-09-17T11:36:19.197 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.15.0-56-generic 2024-09-17T11:36:19.197 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-17T11:36:19.320 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-09-17T11:36:19.329 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-09-17T11:36:19.329 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-09-17T11:36:19.330 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-17T11:36:19.446 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:36:19.459 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T11:36:19.481 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:36:19.481 INFO:teuthology.orchestra.run.smithi191.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T11:36:19.481 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T11:36:19.487 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:36:19.500 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T11:36:19.526 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T11:36:19.547 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T11:36:19.560 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T11:36:19.568 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T11:36:19.600 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T11:36:19.614 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:36:19.614 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T11:36:19.651 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T11:36:19.652 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T11:36:19.719 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T11:36:19.741 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T11:36:19.761 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T11:36:19.766 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T11:36:19.768 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T11:36:19.769 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T11:36:19.769 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T11:36:19.788 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T11:36:19.791 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T11:36:19.792 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T11:36:19.796 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T11:36:19.802 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T11:36:19.803 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T11:36:19.805 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T11:36:19.805 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T11:36:19.805 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T11:36:19.820 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T11:36:19.825 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T11:36:19.827 INFO:teuthology.orchestra.run.smithi191.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T11:36:19.828 INFO:teuthology.orchestra.run.smithi191.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T11:36:19.829 INFO:teuthology.orchestra.run.smithi191.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T11:36:19.842 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T11:36:19.842 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T11:36:19.843 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T11:36:19.843 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T11:36:19.844 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T11:36:19.844 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T11:36:19.845 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T11:36:19.845 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T11:36:19.848 INFO:teuthology.orchestra.run.smithi191.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T11:36:19.851 INFO:teuthology.orchestra.run.smithi191.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T11:36:19.851 INFO:teuthology.orchestra.run.smithi191.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T11:36:19.854 INFO:teuthology.orchestra.run.smithi191.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T11:36:19.856 INFO:teuthology.orchestra.run.smithi191.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T11:36:19.859 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T11:36:19.863 INFO:teuthology.orchestra.run.smithi191.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T11:36:19.864 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T11:36:19.864 INFO:teuthology.orchestra.run.smithi191.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T11:36:19.869 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T11:36:19.872 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T11:36:19.872 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T11:36:19.873 INFO:teuthology.orchestra.run.smithi040.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T11:36:19.876 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T11:36:19.884 INFO:teuthology.orchestra.run.smithi191.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T11:36:19.885 INFO:teuthology.orchestra.run.smithi191.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T11:36:19.885 INFO:teuthology.orchestra.run.smithi191.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T11:36:19.885 INFO:teuthology.orchestra.run.smithi191.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T11:36:19.889 INFO:teuthology.orchestra.run.smithi191.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T11:36:19.892 INFO:teuthology.orchestra.run.smithi040.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T11:36:19.895 INFO:teuthology.orchestra.run.smithi040.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T11:36:19.895 INFO:teuthology.orchestra.run.smithi040.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T11:36:19.904 INFO:teuthology.orchestra.run.smithi040.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T11:36:19.909 INFO:teuthology.orchestra.run.smithi040.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T11:36:19.911 INFO:teuthology.orchestra.run.smithi040.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T11:36:19.911 INFO:teuthology.orchestra.run.smithi040.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T11:36:19.965 INFO:teuthology.orchestra.run.smithi040.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T11:36:19.966 INFO:teuthology.orchestra.run.smithi040.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T11:36:19.966 INFO:teuthology.orchestra.run.smithi040.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T11:36:19.966 INFO:teuthology.orchestra.run.smithi040.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T11:36:19.966 INFO:teuthology.orchestra.run.smithi040.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T11:36:19.967 INFO:teuthology.orchestra.run.smithi040.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T11:36:19.967 INFO:teuthology.orchestra.run.smithi040.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T11:36:19.967 INFO:teuthology.orchestra.run.smithi040.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T11:36:19.971 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-17T11:36:19.971 INFO:teuthology.orchestra.run.smithi191.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T11:36:19.982 INFO:teuthology.orchestra.run.smithi040.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T11:36:19.999 INFO:teuthology.orchestra.run.smithi040.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T11:36:20.000 INFO:teuthology.orchestra.run.smithi040.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T11:36:20.006 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T11:36:20.007 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T11:36:20.008 INFO:teuthology.orchestra.run.smithi191.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T11:36:20.009 INFO:teuthology.orchestra.run.smithi191.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T11:36:20.016 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-17T11:36:20.016 INFO:teuthology.orchestra.run.smithi191.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T11:36:20.024 INFO:teuthology.orchestra.run.smithi191.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T11:36:20.032 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T11:36:20.036 INFO:teuthology.orchestra.run.smithi191.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T11:36:20.038 INFO:teuthology.orchestra.run.smithi191.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T11:36:20.039 INFO:teuthology.orchestra.run.smithi191.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T11:36:20.039 INFO:teuthology.orchestra.run.smithi191.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T11:36:20.040 INFO:teuthology.orchestra.run.smithi191.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T11:36:20.046 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-17T11:36:20.046 INFO:teuthology.orchestra.run.smithi191.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T11:36:20.047 INFO:teuthology.orchestra.run.smithi191.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T11:36:20.047 INFO:teuthology.orchestra.run.smithi191.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T11:36:20.063 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-17T11:36:20.063 INFO:teuthology.orchestra.run.smithi191.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T11:36:20.063 INFO:teuthology.orchestra.run.smithi191.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T11:36:20.064 INFO:teuthology.orchestra.run.smithi191.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T11:36:20.064 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-17T11:36:20.072 INFO:teuthology.orchestra.run.smithi040.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T11:36:20.147 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T11:36:20.293 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T11:36:20.325 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T11:36:20.341 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T11:36:20.357 INFO:teuthology.orchestra.run.smithi040.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T11:36:20.465 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T11:36:20.478 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T11:36:20.479 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T11:36:20.498 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T11:36:20.503 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T11:36:20.510 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T11:36:20.511 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T11:36:20.513 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T11:36:20.517 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T11:36:20.517 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T11:36:20.530 INFO:teuthology.orchestra.run.smithi040.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T11:36:20.543 INFO:teuthology.orchestra.run.smithi040.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T11:36:20.543 INFO:teuthology.orchestra.run.smithi040.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T11:36:20.563 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T11:36:20.564 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T11:36:20.572 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T11:36:20.573 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T11:36:20.588 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T11:36:20.601 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T11:36:20.606 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T11:36:20.606 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T11:36:20.613 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T11:36:20.613 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T11:36:20.614 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T11:36:20.614 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T11:36:20.624 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T11:36:20.625 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T11:36:20.628 INFO:teuthology.orchestra.run.smithi040.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T11:36:20.629 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T11:36:20.629 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T11:36:20.630 INFO:teuthology.orchestra.run.smithi040.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T11:36:20.630 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T11:36:20.636 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T11:36:20.638 INFO:teuthology.orchestra.run.smithi040.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T11:36:20.638 INFO:teuthology.orchestra.run.smithi040.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T11:36:20.654 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T11:36:20.656 INFO:teuthology.orchestra.run.smithi040.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T11:36:20.657 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T11:36:20.660 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T11:36:20.662 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T11:36:20.663 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T11:36:20.663 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T11:36:20.664 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T11:36:20.668 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T11:36:20.668 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T11:36:20.689 INFO:teuthology.orchestra.run.smithi040.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T11:36:20.695 INFO:teuthology.orchestra.run.smithi040.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T11:36:20.696 INFO:teuthology.orchestra.run.smithi040.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T11:36:20.696 INFO:teuthology.orchestra.run.smithi040.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T11:36:20.710 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T11:36:20.710 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T11:36:20.737 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T11:36:20.738 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T11:36:20.738 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T11:36:20.739 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T11:36:20.741 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T11:36:20.743 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T11:36:20.750 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T11:36:20.750 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T11:36:20.750 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T11:36:20.776 INFO:teuthology.orchestra.run.smithi040.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T11:36:20.776 INFO:teuthology.orchestra.run.smithi040.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T11:36:20.831 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T11:36:20.831 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T11:36:26.065 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 16.1 MB in 2s (7,552 kB/s) 2024-09-17T11:36:26.341 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 16.1 MB in 2s (7,357 kB/s) 2024-09-17T11:36:26.617 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 16.1 MB in 2s (6,970 kB/s) 2024-09-17T11:36:26.639 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 16.1 MB in 3s (5,896 kB/s) 2024-09-17T11:36:27.486 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-09-17T11:36:27.503 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:36:27.610 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-09-17T11:36:27.819 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-09-17T11:36:27.820 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-09-17T11:36:27.917 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T11:36:27.935 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:36:27.992 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T11:36:28.009 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:36:28.009 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:36:28.009 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:36:28.010 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:36:28.010 INFO:teuthology.orchestra.run.smithi070.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T11:36:28.010 INFO:teuthology.orchestra.run.smithi070.stdout: python2.7-minimal 2024-09-17T11:36:28.010 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:36:28.012 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-09-17T11:36:28.012 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.012 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T11:36:28.012 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.014 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-09-17T11:36:28.014 INFO:teuthology.orchestra.run.smithi070.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T11:36:28.014 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-09-17T11:36:28.014 INFO:teuthology.orchestra.run.smithi070.stdout: thermald 2024-09-17T11:36:28.042 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-09-17T11:36:28.044 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-09-17T11:36:28.045 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.045 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T11:36:28.045 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.046 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages will be upgraded: 2024-09-17T11:36:28.047 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T11:36:28.053 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-09-17T11:36:28.061 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:36:28.070 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:36:28.113 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-09-17T11:36:28.135 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-09-17T11:36:28.191 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-17T11:36:28.192 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-17T11:36:28.226 INFO:teuthology.orchestra.run.smithi070.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:36:28.227 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 113 MB of archives. 2024-09-17T11:36:28.227 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T11:36:28.227 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:28.307 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-09-17T11:36:28.307 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-09-17T11:36:28.330 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-09-17T11:36:28.330 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-09-17T11:36:28.363 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:36:28.363 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:36:28.363 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:36:28.363 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:36:28.364 INFO:teuthology.orchestra.run.smithi191.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T11:36:28.364 INFO:teuthology.orchestra.run.smithi191.stdout: python2.7-minimal 2024-09-17T11:36:28.364 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:36:28.365 INFO:teuthology.orchestra.run.smithi191.stdout:The following additional packages will be installed: 2024-09-17T11:36:28.365 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.365 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T11:36:28.365 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.367 INFO:teuthology.orchestra.run.smithi191.stdout:Suggested packages: 2024-09-17T11:36:28.367 INFO:teuthology.orchestra.run.smithi191.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T11:36:28.367 INFO:teuthology.orchestra.run.smithi191.stdout:Recommended packages: 2024-09-17T11:36:28.367 INFO:teuthology.orchestra.run.smithi191.stdout: thermald 2024-09-17T11:36:28.411 INFO:teuthology.orchestra.run.smithi191.stdout:The following NEW packages will be installed: 2024-09-17T11:36:28.412 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.412 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T11:36:28.412 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.413 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages will be upgraded: 2024-09-17T11:36:28.414 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T11:36:28.465 INFO:teuthology.orchestra.run.smithi191.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:36:28.465 INFO:teuthology.orchestra.run.smithi191.stdout:Need to get 113 MB of archives. 2024-09-17T11:36:28.465 INFO:teuthology.orchestra.run.smithi191.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T11:36:28.465 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-17T11:36:28.477 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:36:28.477 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:36:28.477 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:36:28.478 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:36:28.478 INFO:teuthology.orchestra.run.smithi194.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T11:36:28.478 INFO:teuthology.orchestra.run.smithi194.stdout: python2.7-minimal 2024-09-17T11:36:28.478 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:36:28.479 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-09-17T11:36:28.479 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.480 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T11:36:28.480 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.481 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-09-17T11:36:28.481 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T11:36:28.481 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-09-17T11:36:28.481 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2024-09-17T11:36:28.504 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:36:28.504 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:36:28.504 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:36:28.504 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:36:28.505 INFO:teuthology.orchestra.run.smithi040.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T11:36:28.505 INFO:teuthology.orchestra.run.smithi040.stdout: python2.7-minimal 2024-09-17T11:36:28.505 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:36:28.506 INFO:teuthology.orchestra.run.smithi040.stdout:The following additional packages will be installed: 2024-09-17T11:36:28.506 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.506 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T11:36:28.506 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.508 INFO:teuthology.orchestra.run.smithi040.stdout:Suggested packages: 2024-09-17T11:36:28.508 INFO:teuthology.orchestra.run.smithi040.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T11:36:28.508 INFO:teuthology.orchestra.run.smithi040.stdout:Recommended packages: 2024-09-17T11:36:28.508 INFO:teuthology.orchestra.run.smithi040.stdout: thermald 2024-09-17T11:36:28.526 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-09-17T11:36:28.526 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.526 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T11:36:28.526 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.527 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2024-09-17T11:36:28.528 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T11:36:28.555 INFO:teuthology.orchestra.run.smithi040.stdout:The following NEW packages will be installed: 2024-09-17T11:36:28.555 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T11:36:28.555 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T11:36:28.556 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T11:36:28.557 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages will be upgraded: 2024-09-17T11:36:28.557 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T11:36:28.578 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:36:28.578 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 113 MB of archives. 2024-09-17T11:36:28.578 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T11:36:28.578 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:28.736 INFO:teuthology.orchestra.run.smithi040.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:36:28.737 INFO:teuthology.orchestra.run.smithi040.stdout:Need to get 113 MB of archives. 2024-09-17T11:36:28.737 INFO:teuthology.orchestra.run.smithi040.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T11:36:28.737 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:28.893 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-17T11:36:28.982 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:28.982 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-17T11:36:29.072 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.646 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:29.783 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-17T11:36:29.783 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-17T11:36:29.783 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-17T11:36:29.835 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.835 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.835 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.909 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-17T11:36:29.930 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-17T11:36:29.953 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.973 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:29.997 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:30.160 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:30.407 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 113 MB in 2s (71.9 MB/s) 2024-09-17T11:36:30.452 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 113 MB in 1s (75.7 MB/s) 2024-09-17T11:36:30.514 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:30.589 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T11:36:30.634 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T11:36:32.201 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:32.201 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:32.201 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:32.538 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:32.618 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:32.630 INFO:teuthology.orchestra.run.smithi194.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-17T11:36:32.636 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:32.721 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:32.721 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:32.721 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:32.737 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-17T11:36:32.741 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-17T11:36:32.864 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:33.015 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-09-17T11:36:33.018 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:33.112 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:33.193 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:33.197 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T11:36:33.608 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 113 MB in 5s (24.5 MB/s) 2024-09-17T11:36:33.811 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T11:36:34.840 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T11:36:34.861 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:34.949 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:35.148 INFO:teuthology.orchestra.run.smithi070.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-17T11:36:35.152 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:35.237 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:35.344 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T11:36:35.359 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T11:36:35.365 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-17T11:36:35.369 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:35.409 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:35.456 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:35.848 INFO:teuthology.orchestra.run.smithi040.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-17T11:36:35.852 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:35.950 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:35.955 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T11:36:35.976 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-17T11:36:36.014 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:37.614 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T11:36:37.635 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:37.728 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:38.135 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T11:36:38.157 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:38.217 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T11:36:38.238 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:38.239 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:38.275 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:38.997 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T11:36:39.018 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:39.047 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:41.482 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:41.608 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:41.950 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:42.095 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:42.381 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T11:36:42.392 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T11:36:42.423 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:43.259 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:43.376 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:43.743 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:43.872 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:44.201 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T11:36:44.223 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-17T11:36:44.259 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:44.670 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:44.797 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:45.138 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:45.242 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:45.512 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T11:36:45.535 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T11:36:45.578 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:45.667 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:45.775 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:46.134 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:46.304 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:46.641 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T11:36:46.663 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T11:36:46.707 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:47.489 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T11:36:47.526 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:47.564 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:50.500 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:50.586 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T11:36:50.623 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:50.623 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-17T11:36:50.661 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:50.956 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:51.069 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:51.203 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T11:36:51.308 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T11:36:51.332 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:51.345 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:51.383 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:52.454 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T11:36:52.492 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T11:36:52.520 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:52.675 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:36:52.675 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T11:36:52.675 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:36:52.675 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:52.825 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:53.384 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:53.507 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:53.865 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:53.987 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:54.120 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:54.138 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T11:36:54.225 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T11:36:54.246 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:54.267 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:54.385 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T11:36:54.511 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:54.571 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:54.693 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:55.189 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T11:36:55.678 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:36:55.678 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-17T11:36:55.678 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:36:55.678 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:55.832 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:55.986 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:56.288 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:56.353 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T11:36:56.353 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:56.970 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T11:36:57.090 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T11:36:57.146 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:36:57.146 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T11:36:57.146 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:36:57.146 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:57.300 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:57.412 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T11:36:57.457 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T11:36:57.538 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T11:36:57.587 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:57.689 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:57.713 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T11:36:57.842 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:58.677 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T11:36:58.777 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T11:36:58.878 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:59.075 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:36:59.124 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T11:36:59.124 INFO:teuthology.orchestra.run.smithi191.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:59.181 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:36:59.181 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T11:36:59.181 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:36:59.182 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T11:36:59.360 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:37:00.272 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:37:00.335 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T11:37:00.335 INFO:teuthology.orchestra.run.smithi070.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:00.803 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T11:37:00.929 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T11:37:01.322 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:37:03.333 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T11:37:03.395 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T11:37:03.395 INFO:teuthology.orchestra.run.smithi040.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:10.845 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T11:37:10.845 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2024-09-17T11:37:10.860 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:10.880 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2024-09-17T11:37:11.121 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:11.141 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:11.433 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:11.440 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:11.509 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:11.514 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:11.669 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:11.669 INFO:teuthology.orchestra.run.smithi194.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:11.669 INFO:teuthology.orchestra.run.smithi194.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:11.703 INFO:teuthology.orchestra.run.smithi194.stdout:done 2024-09-17T11:37:12.161 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-09-17T11:37:12.182 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.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-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.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-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:12.183 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-09-17T11:37:12.183 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T11:37:12.184 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:37:12.184 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:37:12.184 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-17T11:37:12.184 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:37:12.184 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-09-17T11:37:12.335 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-09-17T11:37:12.455 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:37:12.455 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T11:37:12.457 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T11:37:12.474 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T11:37:13.392 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T11:37:13.393 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub' 2024-09-17T11:37:13.418 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:13.449 INFO:teuthology.orchestra.run.smithi191.stdout:Generating grub configuration file ... 2024-09-17T11:37:13.695 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:13.721 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:13.894 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-09-17T11:37:13.913 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:37:13.974 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-09-17T11:37:14.062 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:14.068 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:14.134 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:14.139 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:14.185 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-09-17T11:37:14.186 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-09-17T11:37:14.299 INFO:teuthology.orchestra.run.smithi191.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:14.299 INFO:teuthology.orchestra.run.smithi191.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:14.299 INFO:teuthology.orchestra.run.smithi191.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:14.345 INFO:teuthology.orchestra.run.smithi191.stdout:done 2024-09-17T11:37:14.370 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T11:37:14.370 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T11:37:14.371 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:37:14.412 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:37:14.414 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-09-17T11:37:14.429 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-09-17T11:37:14.429 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-09-17T11:37:14.429 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.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-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.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-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:14.430 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-09-17T11:37:14.431 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-09-17T11:37:14.475 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.IpAWloCBZX 2024-09-17T11:37:14.475 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.IpAWloCBZX 2024-09-17T11:37:14.530 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.IpAWloCBZX 2024-09-17T11:37:14.547 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T11:37:14.547 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub' 2024-09-17T11:37:14.565 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:14.578 INFO:teuthology.orchestra.run.smithi070.stdout:Generating grub configuration file ... 2024-09-17T11:37:14.655 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.IpAWloCBZX is 10KB 2024-09-17T11:37:14.668 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.IpAWloCBZX 2024-09-17T11:37:14.673 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:14.725 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-09-17T11:37:14.725 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T11:37:14.725 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:14.790 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T11:37:14.790 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2024-09-17T11:37:14.841 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-17T11:37:14.849 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:14.861 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:14.862 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-17T11:37:14.862 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-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:14.862 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-17T11:37:14.862 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T11:37:14.862 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:37:14.862 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:37:14.863 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T11:37:14.863 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:37:14.863 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-17T11:37:14.870 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:15.025 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-17T11:37:15.167 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:15.173 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:15.239 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:15.244 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:15.285 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:37:15.285 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T11:37:15.347 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T11:37:15.406 INFO:teuthology.orchestra.run.smithi070.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:15.406 INFO:teuthology.orchestra.run.smithi070.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:15.406 INFO:teuthology.orchestra.run.smithi070.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:15.428 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T11:37:15.442 INFO:teuthology.orchestra.run.smithi070.stdout:done 2024-09-17T11:37:15.890 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2024-09-17T11:37:15.891 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:15.896 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-09-17T11:37:16.007 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-09-17T11:37:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-09-17T11:37:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-09-17T11:37:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-09-17T11:37:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-09-17T11:37:16.031 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.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-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.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-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:16.032 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-09-17T11:37:16.032 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T11:37:16.033 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:37:16.033 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:37:16.033 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T11:37:16.033 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:37:16.033 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-09-17T11:37:16.074 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:16.080 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:16.186 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-09-17T11:37:16.297 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:16.302 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:16.338 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:16.343 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:16.445 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:16.445 INFO:teuthology.orchestra.run.smithi194.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:16.445 INFO:teuthology.orchestra.run.smithi194.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:16.448 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:37:16.448 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T11:37:16.453 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-09-17T11:37:16.461 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-09-17T11:37:16.515 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T11:37:16.596 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T11:37:16.706 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T11:37:16.725 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:37:16.787 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T11:37:16.998 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-17T11:37:16.998 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-17T11:37:17.194 INFO:teuthology.orchestra.run.smithi191.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T11:37:17.195 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:37:17.195 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:37:17.195 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:37:17.195 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:37:17.195 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T11:37:17.196 INFO:teuthology.orchestra.run.smithi191.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T11:37:17.196 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:37:17.236 INFO:teuthology.orchestra.run.smithi191.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:37:17.238 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-17T11:37:17.253 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-17T11:37:17.254 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:17.254 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-17T11:37:17.254 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-17T11:37:17.254 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-17T11:37:17.254 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:17.254 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:17.254 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-17T11:37:17.254 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-09-17T11:37:17.298 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.1fTsIivdEJ 2024-09-17T11:37:17.298 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1fTsIivdEJ 2024-09-17T11:37:17.356 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.1fTsIivdEJ 2024-09-17T11:37:17.471 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.1fTsIivdEJ is 10KB 2024-09-17T11:37:17.484 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.1fTsIivdEJ 2024-09-17T11:37:17.489 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:17.542 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:37:17.542 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T11:37:17.542 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:17.619 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T11:37:17.619 DEBUG:teuthology.orchestra.run.smithi191:> sudo update-grub 2024-09-17T11:37:17.907 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-09-17T11:37:17.924 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:37:17.975 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T11:37:17.976 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub' 2024-09-17T11:37:17.987 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-09-17T11:37:17.998 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:18.017 INFO:teuthology.orchestra.run.smithi040.stdout:Generating grub configuration file ... 2024-09-17T11:37:18.200 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-09-17T11:37:18.200 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-09-17T11:37:18.391 INFO:teuthology.orchestra.run.smithi070.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T11:37:18.391 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T11:37:18.392 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:37:18.420 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:18.432 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:37:18.434 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-09-17T11:37:18.445 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:18.449 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-09-17T11:37:18.449 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-09-17T11:37:18.449 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-09-17T11:37:18.449 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.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-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.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-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:18.450 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-09-17T11:37:18.451 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2024-09-17T11:37:18.493 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.EQcjpqHXOe 2024-09-17T11:37:18.494 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EQcjpqHXOe 2024-09-17T11:37:18.545 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.EQcjpqHXOe 2024-09-17T11:37:18.661 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.EQcjpqHXOe is 10KB 2024-09-17T11:37:18.674 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.EQcjpqHXOe 2024-09-17T11:37:18.679 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:18.737 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:37:18.737 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T11:37:18.738 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:18.800 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T11:37:18.800 DEBUG:teuthology.orchestra.run.smithi070:> sudo update-grub 2024-09-17T11:37:18.852 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:18.858 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:18.928 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:18.933 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:19.046 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub' 2024-09-17T11:37:19.047 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:19.050 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-09-17T11:37:19.098 INFO:teuthology.orchestra.run.smithi040.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:19.099 INFO:teuthology.orchestra.run.smithi040.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:19.099 INFO:teuthology.orchestra.run.smithi040.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:19.134 INFO:teuthology.orchestra.run.smithi040.stdout:done 2024-09-17T11:37:19.251 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:19.257 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:19.493 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:19.499 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:19.542 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:19.548 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:19.588 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:19.613 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.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-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.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-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:19.614 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-09-17T11:37:19.614 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T11:37:19.614 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:37:19.615 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:37:19.615 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T11:37:19.615 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:37:19.615 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-09-17T11:37:19.676 INFO:teuthology.orchestra.run.smithi191.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:19.676 INFO:teuthology.orchestra.run.smithi191.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:19.676 INFO:teuthology.orchestra.run.smithi191.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:19.686 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-09-17T11:37:19.698 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-09-17T11:37:19.767 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-09-17T11:37:19.985 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub' 2024-09-17T11:37:19.987 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:19.989 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2024-09-17T11:37:20.018 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T11:37:20.019 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T11:37:20.083 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T11:37:20.164 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T11:37:20.179 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:20.184 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:20.416 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:20.421 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:20.461 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:20.466 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:20.588 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:20.589 INFO:teuthology.orchestra.run.smithi070.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:20.589 INFO:teuthology.orchestra.run.smithi070.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:20.603 INFO:teuthology.orchestra.run.smithi070.stderr:done 2024-09-17T11:37:20.621 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2024-09-17T11:37:21.557 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-09-17T11:37:21.577 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T11:37:21.643 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-09-17T11:37:21.862 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-09-17T11:37:21.862 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-09-17T11:37:22.068 INFO:teuthology.orchestra.run.smithi040.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T11:37:22.068 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T11:37:22.068 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T11:37:22.068 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T11:37:22.069 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T11:37:22.069 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T11:37:22.069 INFO:teuthology.orchestra.run.smithi040.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T11:37:22.069 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T11:37:22.115 INFO:teuthology.orchestra.run.smithi040.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T11:37:22.117 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-09-17T11:37:22.133 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-09-17T11:37:22.133 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-09-17T11:37:22.133 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.122.122 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.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-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.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-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-09-17T11:37:22.134 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-09-17T11:37:22.135 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-09-17T11:37:22.135 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-09-17T11:37:22.178 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.4Jl2HW2n3I 2024-09-17T11:37:22.178 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub/grub.cfg /tmp/tmp.4Jl2HW2n3I 2024-09-17T11:37:22.236 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.4Jl2HW2n3I 2024-09-17T11:37:22.354 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.4Jl2HW2n3I is 10KB 2024-09-17T11:37:22.367 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.4Jl2HW2n3I 2024-09-17T11:37:22.373 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:22.427 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:37:22.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T11:37:22.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T11:37:22.494 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T11:37:22.494 DEBUG:teuthology.orchestra.run.smithi040:> sudo update-grub 2024-09-17T11:37:23.857 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub' 2024-09-17T11:37:23.858 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T11:37:23.861 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-09-17T11:37:24.128 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T11:37:24.135 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T11:37:24.420 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T11:37:24.425 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T11:37:24.466 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T11:37:24.471 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T11:37:24.595 INFO:teuthology.orchestra.run.smithi040.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T11:37:24.596 INFO:teuthology.orchestra.run.smithi040.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T11:37:24.596 INFO:teuthology.orchestra.run.smithi040.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T11:37:24.616 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-09-17T11:37:24.618 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-09-17T11:37:46.485 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-17T11:37:46.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:37:46.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:37:49.705 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T11:37:49.705 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:37:49.706 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:37:50.625 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T11:37:50.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:37:50.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:37:54.665 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T11:37:54.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:37:54.666 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:04.989 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-09-17T11:38:08.061 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T11:38:09.085 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-09-17T11:38:13.181 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-09-17T11:38:13.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:38:13.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:17.053 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-09-17T11:38:17.061 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:38:17.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:18.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:38:18.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:20.125 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T11:38:21.149 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-09-17T11:38:22.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:38:22.184 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:29.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:38:29.060 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:32.125 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-09-17T11:38:32.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:38:32.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:33.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:38:33.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:35.197 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T11:38:47.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:38:47.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:50.201 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:38:50.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:38:50.205 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-09-17T11:38:51.581 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-09-17T11:38:53.277 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T11:39:06.593 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:39:06.594 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:39:06.917 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-09-17T11:39:08.079 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:39:08.080 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-17T11:39:08.080 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-09-17T11:39:08.129 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-122-generic 2024-09-17T11:39:08.129 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T11:39:08.129 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:39:08.129 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T11:39:08.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:39:08.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:39:08.438 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-09-17T11:39:08.977 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:39:08.977 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.15.0-122-generic"... 2024-09-17T11:39:08.977 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-09-17T11:39:09.023 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-122-generic 2024-09-17T11:39:09.023 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T11:39:09.024 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:39:09.024 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T11:39:09.130 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T11:39:09.130 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:39:09.486 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2024-09-17T11:39:09.522 DEBUG:teuthology.parallel:result is None 2024-09-17T11:39:10.025 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-17T11:39:10.025 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:39:10.365 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-09-17T11:39:10.393 DEBUG:teuthology.parallel:result is None 2024-09-17T11:39:11.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:39:11.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:39:11.636 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-17T11:39:12.244 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:39:12.244 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-17T11:39:12.244 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-17T11:39:12.290 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-122-generic 2024-09-17T11:39:12.290 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T11:39:12.290 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:39:12.290 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T11:39:13.292 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T11:39:13.292 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:39:13.365 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-09-17T11:39:13.398 DEBUG:teuthology.parallel:result is None 2024-09-17T11:39:22.186 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T11:39:34.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:39:34.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:39:34.425 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-17T11:39:34.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:39:34.943 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-17T11:39:34.943 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-17T11:39:34.988 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-122-generic 2024-09-17T11:39:34.988 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T11:39:34.988 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:39:34.988 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T11:39:35.990 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T11:39:35.990 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:39:36.054 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-09-17T11:39:36.070 DEBUG:teuthology.parallel:result is None 2024-09-17T11:39:36.071 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T11:39:36.078 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T11:39:36.078 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:39:36.081 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:39:36.083 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:39:36.086 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:39:36.092 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T11:39:36.100 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T11:39:36.108 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T11:39:36.108 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:39:36.130 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:39:36.133 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:39:36.136 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:39:36.207 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T11:39:36.215 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T11:39:36.215 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:39:36.217 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:39:36.220 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-17T11:39:36.222 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:39:36.235 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.238 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.244 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.246 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.246 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.254 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.257 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.265 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:39:36.266 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T11:39:36.273 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T11:39:36.273 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:39:36.297 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:39:36.300 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-17T11:39:36.310 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:39:36.324 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T11:39:36.333 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T11:39:36.333 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:39:36.354 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:39:36.356 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:39:36.370 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:39:36.375 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:39:36.405 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:39:36.453 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:39:36.454 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:39:36.521 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:39:36.527 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:39:36.577 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:39:36.577 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:39:36.647 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:39:36.654 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:39:36.701 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:39:36.702 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:39:36.778 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:39:36.784 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:39:36.832 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-09-17T11:39:36.832 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:39:36.902 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-09-17T11:39:36.905 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2024-09-17T11:39:36.907 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-09-17T11:39:36.910 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-09-17T11:39:36.978 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T11:39:36.986 INFO:teuthology.task.internal:Starting timer... 2024-09-17T11:39:36.986 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T11:39:36.998 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Excluding smithi040: OS 'ubuntu' does not support SELinux 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Excluding smithi070: OS 'ubuntu' does not support SELinux 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Excluding smithi191: OS 'ubuntu' does not support SELinux 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T11:39:37.008 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-17T11:39:37.008 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T11:39:37.008 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T11:39:37.017 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-17T11:39:37.021 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-17T11:39:37.136 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T11:39:37.147 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T11:39:37.148 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi070.front.sepia.ceph.com,smithi191.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T11:47:12.291 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2024-09-17T11:47:12.292 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:47:12.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:12.381 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-17T11:47:12.461 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-17T11:47:12.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:47:12.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:12.550 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-09-17T11:47:12.625 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-09-17T11:47:12.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:47:12.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:12.709 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-17T11:47:12.789 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T11:47:12.789 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:47:12.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:12.872 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-09-17T11:47:12.949 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-09-17T11:47:12.950 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T11:47:12.960 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T11:47:12.960 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:47:12.960 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:47:12.962 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:47:12.962 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:47:12.965 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:47:12.965 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-17T11:47:12.967 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:47:12.967 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:47:12.992 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T11:47:12.992 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Command line: ntpd -gq 2024-09-17T11:47:12.992 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: ---------------------------------------------------- 2024-09-17T11:47:12.992 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T11:47:12.992 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T11:47:12.993 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: corporation. Support and training for ntp-4 are 2024-09-17T11:47:12.993 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: available at https://www.nwtime.org/support 2024-09-17T11:47:12.993 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: ---------------------------------------------------- 2024-09-17T11:47:12.994 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: proto: precision = 0.043 usec (-24) 2024-09-17T11:47:12.994 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: basedate set to 2022-02-04 2024-09-17T11:47:12.994 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: gps base set to 2022-02-06 (week 2196) 2024-09-17T11:47:12.994 INFO:teuthology.orchestra.run.smithi070.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Command line: ntpd -gq 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: ---------------------------------------------------- 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: corporation. Support and training for ntp-4 are 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: available at https://www.nwtime.org/support 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: ---------------------------------------------------- 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: proto: precision = 0.071 usec (-24) 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: basedate set to 2022-02-04 2024-09-17T11:47:12.995 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: gps base set to 2022-02-06 (week 2196) 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi040.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi040.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:12.996 INFO:teuthology.orchestra.run.smithi070.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen normally on 3 enp3s0f1 172.21.15.70:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen normally on 4 lo [::1]:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3e7%5]:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:12 ntpd[18485]: Listening on routing socket on fd #22 for interface updates 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T11:47:12.998 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T11:47:12.999 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T11:47:12.999 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen normally on 3 ens1f0 172.21.15.40:123 2024-09-17T11:47:12.999 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen normally on 4 lo [::1]:123 2024-09-17T11:47:12.999 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12cc%4]:123 2024-09-17T11:47:12.999 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:12 ntpd[18393]: Listening on routing socket on fd #22 for interface updates 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Command line: ntpd -gq 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: ---------------------------------------------------- 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: corporation. Support and training for ntp-4 are 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: available at https://www.nwtime.org/support 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: ---------------------------------------------------- 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: proto: precision = 0.061 usec (-24) 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: basedate set to 2022-02-04 2024-09-17T11:47:13.000 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: gps base set to 2022-02-06 (week 2196) 2024-09-17T11:47:13.001 INFO:teuthology.orchestra.run.smithi191.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:13.001 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:13.001 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:13.001 INFO:teuthology.orchestra.run.smithi191.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen normally on 3 enp3s0f1 172.21.15.191:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen normally on 4 lo [::1]:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7211%5]:123 2024-09-17T11:47:13.002 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:12 ntpd[18459]: Listening on routing socket on fd #22 for interface updates 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Command line: ntpd -gq 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: ---------------------------------------------------- 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: corporation. Support and training for ntp-4 are 2024-09-17T11:47:13.016 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: available at https://www.nwtime.org/support 2024-09-17T11:47:13.017 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: ---------------------------------------------------- 2024-09-17T11:47:13.017 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: proto: precision = 0.044 usec (-24) 2024-09-17T11:47:13.017 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: basedate set to 2022-02-04 2024-09-17T11:47:13.017 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: gps base set to 2022-02-06 (week 2196) 2024-09-17T11:47:13.017 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:13.018 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T11:47:13.018 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen normally on 4 lo [::1]:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2024-09-17T11:47:13.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:13 ntpd[18453]: Listening on routing socket on fd #22 for interface updates 2024-09-17T11:47:13.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:13.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:13 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:13.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:13 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:13 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:13.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:13.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:13 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:14.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:14 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:14.993 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:14.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:14 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:14.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:14.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:14 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:15.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:15.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:15 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:15.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:15.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:15.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:15.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:15 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.017 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:16 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:16 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.997 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.997 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.997 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.997 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.997 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:16 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:16.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:16 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:17.016 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:17 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.017 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:17 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:17.995 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:17 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:17.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:17 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.020 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.020 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.021 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.022 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.023 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.023 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.023 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.023 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:18 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:18 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:18 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:18.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:18 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:19.993 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stdout:17 Sep 11:47:19 ntpd[18485]: ntpd: time slew -0.002342 s 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stdout:ntpd: time slew -0.002342s 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T11:47:19.994 INFO:teuthology.orchestra.run.smithi070.stderr:17 Sep 11:47:19 ntpd[18485]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T11:47:19.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:19.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:19.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:19.995 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:19.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:19.996 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:19 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.018 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stdout:17 Sep 11:47:20 ntpd[18453]: ntpd: time slew +0.000911 s 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew +0.000911s 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T11:47:20.019 INFO:teuthology.orchestra.run.smithi194.stderr:17 Sep 11:47:20 ntpd[18453]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.041 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.074 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:20.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.994 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.995 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:20.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.996 INFO:teuthology.orchestra.run.smithi040.stdout:17 Sep 11:47:20 ntpd[18393]: ntpd: time slew -0.000132 s 2024-09-17T11:47:20.996 INFO:teuthology.orchestra.run.smithi040.stdout:ntpd: time slew -0.000132s 2024-09-17T11:47:20.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T11:47:20.996 INFO:teuthology.orchestra.run.smithi040.stderr:17 Sep 11:47:20 ntpd[18393]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T11:47:20.998 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 11:47:20 ntpd[18459]: ntpd: time slew +0.000350 s 2024-09-17T11:47:20.999 INFO:teuthology.orchestra.run.smithi191.stdout:ntpd: time slew +0.000350s 2024-09-17T11:47:20.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T11:47:20.999 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 11:47:20 ntpd[18459]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T11:47:21.046 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T11:47:21.046 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-09-17T11:47:21.046 INFO:teuthology.orchestra.run.smithi040.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.046 INFO:teuthology.orchestra.run.smithi040.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.047 INFO:teuthology.orchestra.run.smithi040.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.047 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.050 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T11:47:21.051 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-09-17T11:47:21.147 INFO:tasks.cephadm:Testing if podman is available 2024-09-17T11:47:21.147 DEBUG:teuthology.orchestra.run.smithi194:> sudo podman --help 2024-09-17T11:47:21.158 INFO:teuthology.orchestra.run.smithi194.stderr:sudo: podman: command not found 2024-09-17T11:47:21.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:47:21.159 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-09-17T11:47:21.159 DEBUG:teuthology.orchestra.run.smithi194:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-09-17T11:47:21.819 INFO:teuthology.orchestra.run.smithi194.stdout:latest: Pulling from samba.org/samba-client 2024-09-17T11:47:21.819 INFO:teuthology.orchestra.run.smithi194.stdout:76987b461ffc: Pulling fs layer 2024-09-17T11:47:21.819 INFO:teuthology.orchestra.run.smithi194.stdout:86329370b687: Pulling fs layer 2024-09-17T11:47:22.884 INFO:teuthology.orchestra.run.smithi194.stdout:86329370b687: Verifying Checksum 2024-09-17T11:47:22.884 INFO:teuthology.orchestra.run.smithi194.stdout:86329370b687: Download complete 2024-09-17T11:47:23.094 INFO:teuthology.orchestra.run.smithi194.stdout:76987b461ffc: Verifying Checksum 2024-09-17T11:47:23.094 INFO:teuthology.orchestra.run.smithi194.stdout:76987b461ffc: Download complete 2024-09-17T11:47:28.663 INFO:teuthology.orchestra.run.smithi194.stdout:76987b461ffc: Pull complete 2024-09-17T11:47:31.665 INFO:teuthology.orchestra.run.smithi194.stdout:86329370b687: Pull complete 2024-09-17T11:47:31.783 INFO:teuthology.orchestra.run.smithi194.stdout:Digest: sha256:e91c9ad9a0428b3524a5ccf9c1fe6bcd1e8ef8b3d62ac22556a770e32ab3b96a 2024-09-17T11:47:31.832 INFO:teuthology.orchestra.run.smithi194.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-09-17T11:47:31.858 INFO:teuthology.orchestra.run.smithi194.stdout:quay.io/samba.org/samba-client:latest 2024-09-17T11:47:31.861 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T11:47:31.869 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7498493279982dfe87f00616198a5967475f6169'} 2024-09-17T11:47:31.869 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:47:31.870 INFO:tasks.cephadm:Cluster fsid is 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:47:31.870 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T11:47:31.870 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.40', 'mon.b': '172.21.15.70', 'mon.c': '172.21.15.191'} 2024-09-17T11:47:31.870 INFO:tasks.cephadm:First mon is mon.a on smithi040 2024-09-17T11:47:31.870 INFO:tasks.cephadm:First mgr is x 2024-09-17T11:47:31.870 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T11:47:31.871 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-09-17T11:47:31.886 DEBUG:teuthology.orchestra.run.smithi070:> sudo hostname $(hostname -s) 2024-09-17T11:47:31.902 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-09-17T11:47:31.917 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2024-09-17T11:47:31.932 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T11:47:31.933 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:47:32.084 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7498493279982dfe87f00616198a5967475f6169', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56090/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4937-g74984932', 'node_name': '172.21.5.38+adami08', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4937-g74984932-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-15 21:50:36.788593', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-17T11:47:32.222 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref main, sha1 7498493279982dfe87f00616198a5967475f6169 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:47:32.223 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T11:47:32.223 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T11:47:32.224 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:32.683 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811925 Sep 17 11:47 /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:32.683 DEBUG:teuthology.orchestra.run.smithi070:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:33.190 INFO:teuthology.orchestra.run.smithi070.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811925 Sep 17 11:47 /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:33.190 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:33.642 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811925 Sep 17 11:47 /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:33.642 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:34.191 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811925 Sep 17 11:47 /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:34.192 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:34.199 DEBUG:teuthology.orchestra.run.smithi070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:34.207 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-17T11:47:34.215 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:47:34.233 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 on all hosts... 2024-09-17T11:47:34.234 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:47:34.245 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:47:34.252 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:47:34.260 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:47:34.430 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:47:34.432 INFO:teuthology.orchestra.run.smithi070.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:47:34.441 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:47:34.447 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:48:44.329 INFO:teuthology.orchestra.run.smithi070.stdout:{ 2024-09-17T11:48:44.329 INFO:teuthology.orchestra.run.smithi070.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:48:44.330 INFO:teuthology.orchestra.run.smithi070.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:48:44.330 INFO:teuthology.orchestra.run.smithi070.stdout: "repo_digests": [ 2024-09-17T11:48:44.330 INFO:teuthology.orchestra.run.smithi070.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:48:44.330 INFO:teuthology.orchestra.run.smithi070.stdout: ] 2024-09-17T11:48:44.330 INFO:teuthology.orchestra.run.smithi070.stdout:} 2024-09-17T11:48:46.935 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-09-17T11:48:46.936 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-09-17T11:49:24.712 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-09-17T11:49:24.713 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:49:24.713 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:49:24.713 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2024-09-17T11:49:24.714 INFO:teuthology.orchestra.run.smithi191.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:49:24.714 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-09-17T11:49:24.714 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-09-17T11:49:25.648 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-17T11:49:25.648 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:49:25.648 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:49:25.648 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-09-17T11:49:25.648 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:49:25.649 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-09-17T11:49:25.649 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-17T11:49:25.700 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-09-17T11:49:25.715 DEBUG:teuthology.orchestra.run.smithi070:> sudo mkdir -p /etc/ceph 2024-09-17T11:49:25.730 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2024-09-17T11:49:25.744 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2024-09-17T11:49:25.760 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-09-17T11:49:25.773 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 777 /etc/ceph 2024-09-17T11:49:25.786 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2024-09-17T11:49:25.798 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2024-09-17T11:49:25.821 INFO:tasks.cephadm:Writing seed config... 2024-09-17T11:49:25.823 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T11:49:25.823 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T11:49:25.823 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T11:49:25.823 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T11:49:25.823 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T11:49:25.824 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T11:49:25.824 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T11:49:25.824 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:49:25.825 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T11:49:25.830 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 = 9f7ccbfe-74ea-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T11:49:25.830 DEBUG:teuthology.orchestra.run.smithi040:mon.a> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T11:49:25.873 DEBUG:teuthology.orchestra.run.smithi040:mgr.x> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x.service 2024-09-17T11:49:25.916 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T11:49:25.916 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 -v bootstrap --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.40 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:49:26.139 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:49:26.139 INFO:teuthology.orchestra.run.smithi040.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169', '-v', 'bootstrap', '--fsid', '9f7ccbfe-74ea-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.40', '--skip-admin-label'] 2024-09-17T11:49:26.139 INFO:teuthology.orchestra.run.smithi040.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T11:49:26.140 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying podman|docker is present... 2024-09-17T11:49:26.140 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying lvm2 is present... 2024-09-17T11:49:26.140 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying time synchronization is in place... 2024-09-17T11:49:26.145 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:49:26.145 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:49:26.148 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:49:26.148 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.153 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T11:49:26.153 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T11:49:26.157 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T11:49:26.157 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.161 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T11:49:26.161 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout masked 2024-09-17T11:49:26.165 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T11:49:26.165 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.169 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T11:49:26.169 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T11:49:26.173 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T11:49:26.173 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.176 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout enabled 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout active 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:Unit ntp.service is enabled and running 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:Repeating the final host check... 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:docker (/usr/bin/docker) is present 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl is present 2024-09-17T11:49:26.181 INFO:teuthology.orchestra.run.smithi040.stdout:lvcreate is present 2024-09-17T11:49:26.184 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:49:26.184 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:49:26.188 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:49:26.188 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.191 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T11:49:26.192 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T11:49:26.195 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T11:49:26.195 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.199 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T11:49:26.199 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout masked 2024-09-17T11:49:26.203 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T11:49:26.203 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.206 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T11:49:26.206 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T11:49:26.210 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T11:49:26.210 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-09-17T11:49:26.214 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout enabled 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout active 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Unit ntp.service is enabled and running 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Host looks OK 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Cluster fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Acquiring lock 140623743335344 on /run/cephadm/9f7ccbfe-74ea-11ef-bceb-c7b262605968.lock 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Lock 140623743335344 acquired on /run/cephadm/9f7ccbfe-74ea-11ef-bceb-c7b262605968.lock 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying IP 172.21.15.40 port 3300 ... 2024-09-17T11:49:26.222 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying IP 172.21.15.40 port 6789 ... 2024-09-17T11:49:26.223 INFO:teuthology.orchestra.run.smithi040.stdout:Base mon IP(s) is [172.21.15.40:3300, 172.21.15.40:6789], mon addrv is [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2024-09-17T11:49:26.223 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-17T11:49:26.223 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T11:49:26.223 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 2024-09-17T11:49:26.224 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T11:49:26.224 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T11:49:26.224 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12cc/64 scope link 2024-09-17T11:49:26.226 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:49:26.227 INFO:teuthology.orchestra.run.smithi040.stdout:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2024-09-17T11:49:26.227 INFO:teuthology.orchestra.run.smithi040.stdout:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2024-09-17T11:49:26.227 INFO:teuthology.orchestra.run.smithi040.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T11:49:26.227 INFO:teuthology.orchestra.run.smithi040.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T11:49:26.227 INFO:teuthology.orchestra.run.smithi040.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:49:26.438 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout 7498493279982dfe87f00616198a5967475f6169: Pulling from ceph-ci/ceph 2024-09-17T11:49:26.438 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout Digest: sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:49:26.438 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:49:26.438 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:49:28.138 INFO:teuthology.orchestra.run.smithi040.stdout:ceph: stdout ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:49:28.138 INFO:teuthology.orchestra.run.smithi040.stdout:Ceph version: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:49:28.138 INFO:teuthology.orchestra.run.smithi040.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T11:49:29.660 INFO:teuthology.orchestra.run.smithi040.stdout:stat: stdout 167 167 2024-09-17T11:49:29.660 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial keys... 2024-09-17T11:49:31.148 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQDKbOlmrVMYHxAAt5pDYS+GpRJfoxYchUfMPg== 2024-09-17T11:49:32.637 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQDMbOlm6xmzAxAA+765+2NcLbdKo5I0IxlOcQ== 2024-09-17T11:49:34.144 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQDNbOlmF6q0IRAAQGbwj0ZDmQ27KMIAeXsdfA== 2024-09-17T11:49:34.145 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial monmap... 2024-09-17T11:49:35.800 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:monmaptool for a [v2:172.21.15.40:3300,v1:172.21.15.40:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:setting min_mon_release = quincy 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: set fsid to 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:49:35.801 INFO:teuthology.orchestra.run.smithi040.stdout:Creating mon... 2024-09-17T11:49:37.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.834+0000 7fb830623c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:49:37.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.834+0000 7fb830623c80 1 imported monmap: 2024-09-17T11:49:37.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.834+0000 7fb830623c80 0 /usr/bin/ceph-mon: set fsid to 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Git sha 0 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:49:37.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: DB SUMMARY 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: DB Session ID: K8RVKIPCLD5RU3G7AR6A 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.create_if_missing: 1 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:49:37.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.env: 0x55bc36e3d120 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.info_log: 0x55bc3858ebc0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.statistics: (nil) 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.use_fsync: 0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T11:49:37.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.db_log_dir: 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.wal_dir: 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:49:37.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.write_buffer_manager: 0x55bc38587cc0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.unordered_write: 0 2024-09-17T11:49:37.483 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.row_cache: None 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.wal_filter: None 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.wal_compression: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T11:49:37.484 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:49:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:49:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:49:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T11:49:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:49:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:49:37.488 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:49:37.488 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T11:49:37.489 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_open_files: -1 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:49:37.490 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Compression algorithms supported: 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kZSTD supported: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:49:37.491 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.838+0000 7fb830623c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.merge_operator: 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_filter: None 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:49:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bc3858e820) 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-17T11:49:37.493 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55bc38577610 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-17T11:49:37.494 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-17T11:49:37.495 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression: NoCompression 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.num_levels: 7 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:49:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:49:37.497 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:49:37.498 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:49:37.499 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:49:37.500 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.ttl: 2592000 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:49:37.501 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:49:37.502 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 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-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c7fe2157-d520-4a00-b740-a037f6fb222b 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.842+0000 7fb830623c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb830623c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bc385a6e00 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb830623c80 4 rocksdb: DB pointer 0x55bc38688000 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb827dae640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb827dae640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-17T11:49:37.503 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.504 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:49:37.505 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.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-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55bc38577610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb830623c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb830623c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T11:49:36.846+0000 7fb830623c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-17T11:49:37.506 INFO:teuthology.orchestra.run.smithi040.stdout:create mon.a on 2024-09-17T11:49:37.918 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-17T11:49:38.161 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target. 2024-09-17T11:49:38.162 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target. 2024-09-17T11:49:38.440 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a 2024-09-17T11:49:38.440 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T11:49:38.649 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target.wants/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.service. 2024-09-17T11:49:38.659 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-09-17T11:49:38.660 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:49:38.660 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mon to start... 2024-09-17T11:49:38.660 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mon... 2024-09-17T11:49:40.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:40 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.188413+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout id: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout services: 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.326602s) 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T11:49:41.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout data: 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:41.204 INFO:teuthology.orchestra.run.smithi040.stdout:mon is available 2024-09-17T11:49:41.205 INFO:teuthology.orchestra.run.smithi040.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T11:49:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208363+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:49:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208363+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:49:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208575+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-17T11:49:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208575+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-17T11:49:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208585+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208585+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:41.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208592+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:41.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208592+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:41.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208602+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:41.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208602+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:41.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208610+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208610+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208617+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208617+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208624+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.208624+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:49:41.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.210897+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.210897+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.213196+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.213196+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.213646+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: cluster 2024-09-17T11:49:40.213646+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T11:49:41.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: audit 2024-09-17T11:49:40.534910+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/1767001301' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T11:49:41.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:41 smithi040 bash[19278]: audit 2024-09-17T11:49:40.534910+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/1767001301' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T11:49:42.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:42 smithi040 bash[19278]: audit 2024-09-17T11:49:42.520965+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.40:0/270296633' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:49:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:42 smithi040 bash[19278]: audit 2024-09-17T11:49:42.520965+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.40:0/270296633' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:49:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:42 smithi040 bash[19278]: audit 2024-09-17T11:49:42.525945+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.40:0/270296633' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T11:49:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:42 smithi040 bash[19278]: audit 2024-09-17T11:49:42.525945+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.40:0/270296633' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout fsid = 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2024-09-17T11:49:43.101 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:49:43.102 INFO:teuthology.orchestra.run.smithi040.stdout:Generating new minimal ceph.conf... 2024-09-17T11:49:44.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:44 smithi040 bash[19278]: audit 2024-09-17T11:49:44.228954+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.40:0/2153814163' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:49:44.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:44 smithi040 bash[19278]: audit 2024-09-17T11:49:44.228954+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.40:0/2153814163' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:49:44.807 INFO:teuthology.orchestra.run.smithi040.stdout:Restarting the monitor... 2024-09-17T11:49:45.146 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:44 smithi040 systemd[1]: Stopping Ceph mon.a for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T11:49:45.147 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:44 smithi040 bash[19278]: debug 2024-09-17T11:49:44.921+0000 7fb1d6c83640 -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-17T11:49:45.147 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:44 smithi040 bash[19278]: debug 2024-09-17T11:49:44.921+0000 7fb1d6c83640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T11:49:45.734 INFO:teuthology.orchestra.run.smithi040.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T11:49:45.857 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:45 smithi040 bash[19661]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-mon-a 2024-09-17T11:49:45.858 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:45 smithi040 bash[19722]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-mon-a 2024-09-17T11:49:45.858 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:45 smithi040 systemd[1]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T11:49:45.858 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:45 smithi040 systemd[1]: Stopped Ceph mon.a for 9f7ccbfe-74ea-11ef-bceb-c7b262605968. 2024-09-17T11:49:45.858 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:45 smithi040 systemd[1]: Started Ceph mon.a for 9f7ccbfe-74ea-11ef-bceb-c7b262605968. 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.245+0000 7fbbc2f7bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.245+0000 7fbbc2f7bc80 0 ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.245+0000 7fbbc2f7bc80 0 pidfile_write: ignore empty --pid-file 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 0 load: jerasure load: lrc 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T11:49:47.344 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Git sha 0 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: DB SUMMARY 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: DB Session ID: D5MKQZI078K1T4L38SQ0 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: CURRENT file: CURRENT 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88260 ; 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.create_if_missing: 0 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:49:47.345 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.env: 0x5618f4ee7120 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.info_log: 0x5618f5d1b700 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.statistics: (nil) 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.use_fsync: 0 2024-09-17T11:49:47.346 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:49:47.347 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.db_log_dir: 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.wal_dir: 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.write_buffer_manager: 0x5618f5d1fb80 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:49:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.249+0000 7fbbc2f7bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.unordered_write: 0 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.row_cache: None 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.wal_filter: None 2024-09-17T11:49:47.349 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.wal_compression: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:49:47.350 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_open_files: -1 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:49:47.351 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Compression algorithms supported: 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kZSTD supported: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T11:49:47.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.merge_operator: 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_filter: None 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618f5d1b320) 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cache_index_and_filter_blocks: 1 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:49:47.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: pin_top_level_index_and_filter: 1 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: index_type: 0 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: data_block_index_type: 0 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: index_shortening: 1 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: checksum: 4 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: no_block_cache: 0 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_cache: 0x5618f5d11610 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_cache_name: BinnedLRUCache 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_cache_options: 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: capacity : 536870912 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: num_shard_bits : 4 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: strict_capacity_limit : 0 2024-09-17T11:49:47.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: high_pri_pool_ratio: 0.000 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_cache_compressed: (nil) 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: persistent_cache: (nil) 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_size: 4096 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_size_deviation: 10 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_restart_interval: 16 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: index_block_restart_interval: 1 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: metadata_block_size: 4096 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: partition_filters: 0 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: use_delta_encoding: 1 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: filter_policy: bloomfilter 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: whole_key_filtering: 1 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: verify_compression: 0 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: read_amp_bytes_per_bit: 0 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: format_version: 5 2024-09-17T11:49:47.355 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: enable_index_compression: 1 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: block_align: 0 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: max_auto_readahead_size: 262144 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: prepopulate_block_cache: 0 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: initial_auto_readahead_size: 8192 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: num_file_reads_for_auto_readahead: 2 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression: NoCompression 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.num_levels: 7 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:49:47.356 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:49:47.357 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:49:47.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:49:47.359 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:49:47.359 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:49:47.359 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:49:47.359 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:49:47.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:49:47.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.ttl: 2592000 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:49:47.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 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-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c7fe2157-d520-4a00-b740-a037f6fb222b 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726573787257220, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T11:49:47.363 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726573787258242, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85036, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83176, "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": 77425, "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": 1726573787, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c7fe2157-d520-4a00-b740-a037f6fb222b", "db_session_id": "D5MKQZI078K1T4L38SQ0", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726573787258352, "job": 1, "event": "recovery_finished"} 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 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-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5618f5d3ee00 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.253+0000 7fbbc2f7bc80 4 rocksdb: DB pointer 0x5618f5e42000 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.257+0000 7fbbb8d43640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.257+0000 7fbbb8d43640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: ** DB Stats ** 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:49:47.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: ** Compaction Stats [default] ** 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T11:49:47.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: L0 2/0 84.90 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Sum 2/0 84.90 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: ** Compaction Stats [default] ** 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:49:47.366 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Cumulative compaction: 0.00 GB write, 21.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Interval compaction: 0.00 GB write, 21.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Block cache BinnedLRUCache@0x5618f5d11610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-17T11:49:47.367 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 1 mon.a@-1(???) e1 preinit fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).mds e1 new map 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).mds e1 print_map 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: e1 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: btime 2024-09-17T11:49:40:208990+0000 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T11:49:47.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: legacy client fscid: -1 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: No filesystems configured 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: debug 2024-09-17T11:49:47.261+0000 7fbbc2f7bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288709+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288709+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:49:47.369 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288781+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288781+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288790+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288790+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288796+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288796+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288803+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288803+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288810+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:49:47.370 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288810+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288817+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288817+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288824+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.288824+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289256+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289256+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289281+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289281+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289674+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T11:49:47.371 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:47 smithi040 bash[19761]: cluster 2024-09-17T11:49:47.289674+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T11:49:48.144 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T11:49:48.170 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:49:48.171 INFO:teuthology.orchestra.run.smithi040.stdout:Creating mgr... 2024-09-17T11:49:48.171 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T11:49:48.171 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T11:49:48.488 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x 2024-09-17T11:49:48.488 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x.service: Unit ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x.service not loaded. 2024-09-17T11:49:48.492 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:48 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:49:48.493 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:49:48 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:49:48.733 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968.target.wants/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x.service -> /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.service. 2024-09-17T11:49:48.740 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-09-17T11:49:48.740 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:49:48.740 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-09-17T11:49:48.741 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T11:49:48.741 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr to start... 2024-09-17T11:49:48.741 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr... 2024-09-17T11:49:48.852 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:49:48 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:49:48.852 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:49:48 smithi040 systemd[1]: Started Ceph mgr.x for 9f7ccbfe-74ea-11ef-bceb-c7b262605968. 2024-09-17T11:49:48.852 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:48 smithi040 bash[19761]: audit 2024-09-17T11:49:47.530536+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.40:0/1283565016' entity='client.admin' 2024-09-17T11:49:48.852 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:48 smithi040 bash[19761]: audit 2024-09-17T11:49:47.530536+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.40:0/1283565016' entity='client.admin' 2024-09-17T11:49:48.852 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:48 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:49:50.996 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:50 smithi040 bash[19761]: audit 2024-09-17T11:49:50.728464+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/264952657' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:49:50.996 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:50 smithi040 bash[19761]: audit 2024-09-17T11:49:50.728464+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/264952657' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:49:51.362 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:51.362 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:49:51.362 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "9f7ccbfe-74ea-11ef-bceb-c7b262605968", 2024-09-17T11:49:51.362 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:49:51.362 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:49:51.363 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:49:51.364 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:49:40:208990+0000", 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:49:51.365 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:49:40.209783+0000", 2024-09-17T11:49:51.366 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:51.367 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:51.367 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:49:51.367 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:49:51.367 INFO:teuthology.orchestra.run.smithi040.stdout:mgr not available, waiting (1/15)... 2024-09-17T11:49:54.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:54 smithi040 bash[19761]: audit 2024-09-17T11:49:54.560967+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.40:0/3299961921' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:49:54.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:54 smithi040 bash[19761]: audit 2024-09-17T11:49:54.560967+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.40:0/3299961921' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:49:55.175 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:55.175 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "9f7ccbfe-74ea-11ef-bceb-c7b262605968", 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:49:55.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:49:55.177 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:49:55.178 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:49:40:208990+0000", 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:49:55.179 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:49:40.209783+0000", 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:49:55.180 INFO:teuthology.orchestra.run.smithi040.stdout:mgr not available, waiting (2/15)... 2024-09-17T11:49:57.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.734770+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.734770+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.742736+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00847565s) 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.742736+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00847565s) 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745273+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745273+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745654+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745654+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745945+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.745945+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.746465+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:49:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.746465+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:49:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.747028+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:49:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: audit 2024-09-17T11:49:56.747028+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:49:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.774341+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-17T11:49:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:56 smithi040 bash[19761]: cluster 2024-09-17T11:49:56.774341+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.791109+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.791109+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.793744+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.793744+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.798520+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.798520+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.198 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.803846+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.803846+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.808836+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: audit 2024-09-17T11:49:56.808836+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.40:0/2544251672' entity='mgr.x' 2024-09-17T11:49:58.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: cluster 2024-09-17T11:49:57.750146+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01588s) 2024-09-17T11:49:58.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:57 smithi040 bash[19761]: cluster 2024-09-17T11:49:57.750146+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01588s) 2024-09-17T11:49:59.477 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:49:59.477 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:49:59.477 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "9f7ccbfe-74ea-11ef-bceb-c7b262605968", 2024-09-17T11:49:59.477 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:49:59.478 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.479 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:49:40:208990+0000", 2024-09-17T11:49:59.480 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.481 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:49:40.209783+0000", 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:49:59.482 INFO:teuthology.orchestra.run.smithi040.stdout:mgr is available 2024-09-17T11:49:59.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:59 smithi040 bash[19761]: cluster 2024-09-17T11:49:58.798106+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-17T11:49:59.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:59 smithi040 bash[19761]: cluster 2024-09-17T11:49:58.798106+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-17T11:49:59.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:59 smithi040 bash[19761]: audit 2024-09-17T11:49:58.893087+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.40:0/3621108064' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:49:59.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:49:59 smithi040 bash[19761]: audit 2024-09-17T11:49:58.893087+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.40:0/3621108064' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:50:01.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:01 smithi040 bash[19761]: audit 2024-09-17T11:50:01.003773+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.40:0/1601243826' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:50:01.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:01 smithi040 bash[19761]: audit 2024-09-17T11:50:01.003773+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.40:0/1601243826' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:50:01.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:50:01.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:50:01.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout fsid = 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:50:01.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:50:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:50:01.582 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling cephadm module... 2024-09-17T11:50:03.409 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:03 smithi040 bash[19761]: audit 2024-09-17T11:50:03.099538+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.40:0/3542105782' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T11:50:03.409 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:03 smithi040 bash[19761]: audit 2024-09-17T11:50:03.099538+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.40:0/3542105782' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T11:50:03.409 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:03 smithi040 bash[20018]: ignoring --setuser ceph since I am not root 2024-09-17T11:50:03.410 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:03 smithi040 bash[20018]: ignoring --setgroup ceph since I am not root 2024-09-17T11:50:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:04 smithi040 bash[19761]: audit 2024-09-17T11:50:03.151372+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.40:0/3542105782' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T11:50:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:04 smithi040 bash[19761]: audit 2024-09-17T11:50:03.151372+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.40:0/3542105782' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T11:50:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:04 smithi040 bash[19761]: cluster 2024-09-17T11:50:03.156783+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 6s) 2024-09-17T11:50:04.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:04 smithi040 bash[19761]: cluster 2024-09-17T11:50:03.156783+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 6s) 2024-09-17T11:50:05.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:05 smithi040 bash[19761]: audit 2024-09-17T11:50:05.223101+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.40:0/1171619921' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:50:05.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:05 smithi040 bash[19761]: audit 2024-09-17T11:50:05.223101+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.40:0/1171619921' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:50:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:50:05.866 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for the mgr to restart... 2024-09-17T11:50:05.866 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr epoch 5... 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.446279+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.446279+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.446723+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.446723+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.454276+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.454276+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T11:50:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.454562+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.0080126s) 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.454562+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.0080126s) 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.456942+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.456942+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.457498+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.457498+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.458699+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.458699+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.458855+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.458855+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.459036+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: audit 2024-09-17T11:50:09.459036+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.482391+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-17T11:50:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:09 smithi040 bash[19761]: cluster 2024-09-17T11:50:09.482391+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:mgr epoch 5 is available 2024-09-17T11:50:11.098 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying orchestrator module is enabled... 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: cluster 2024-09-17T11:50:10.458311+0000 mon.a (mon.0) 46 : cluster [DBG] mgrmap e7: x(active, since 1.01176s) 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: cluster 2024-09-17T11:50:10.458311+0000 mon.a (mon.0) 46 : cluster [DBG] mgrmap e7: x(active, since 1.01176s) 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.485964+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.485964+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.488622+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.488622+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: cephadm 2024-09-17T11:50:10.489032+0000 mgr.x (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: cephadm 2024-09-17T11:50:10.489032+0000 mgr.x (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T11:50:11.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.490719+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.490719+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.493311+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.493311+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.496593+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.496593+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.500542+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.500542+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.511968+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.511968+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.514941+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:50:11.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[19761]: audit 2024-09-17T11:50:10.514941+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: debug 2024-09-17T11:50:11.825+0000 7f948b4f9640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:50:11] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: Traceback (most recent call last): 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: self._run(expiration_interval) 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:12.221 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: s = self.context.wrap_socket( 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: return self.sslsocket_class._create( 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: self.do_handshake() 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: self._sslobj.do_handshake() 2024-09-17T11:50:12.222 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:11 smithi040 bash[20018]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:12.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cluster 2024-09-17T11:50:11.496876+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-09-17T11:50:12.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cluster 2024-09-17T11:50:11.496876+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.598803+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Bus STARTING 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.598803+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Bus STARTING 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.700452+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.700452+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.826041+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.826041+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.826203+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Bus STARTED 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.826203+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:11:50:11] ENGINE Bus STARTED 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: audit 2024-09-17T11:50:11.827287+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: audit 2024-09-17T11:50:11.827287+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.828539+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [17/Sep/2024:11:50:11] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:12.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:12.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self.do_handshake() 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: cephadm 2024-09-17T11:50:11.828539+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [17/Sep/2024:11:50:11] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:12.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self.do_handshake() 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T11:50:12.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:12 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:13.766 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:13 smithi040 bash[19761]: audit 2024-09-17T11:50:12.554047+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 172.21.15.40:0/2165507952' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T11:50:13.766 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:13 smithi040 bash[19761]: audit 2024-09-17T11:50:12.554047+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 172.21.15.40:0/2165507952' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T11:50:14.097 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-17T11:50:14.097 INFO:teuthology.orchestra.run.smithi040.stdout:Setting orchestrator backend to cephadm... 2024-09-17T11:50:14.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:14 smithi040 bash[19761]: audit 2024-09-17T11:50:13.501408+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.40:0/2165507952' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T11:50:14.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:14 smithi040 bash[19761]: audit 2024-09-17T11:50:13.501408+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.40:0/2165507952' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T11:50:14.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:14 smithi040 bash[19761]: cluster 2024-09-17T11:50:13.508464+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 4s) 2024-09-17T11:50:14.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:14 smithi040 bash[19761]: cluster 2024-09-17T11:50:13.508464+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 4s) 2024-09-17T11:50:16.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.494754+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-17T11:50:16.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.494754+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-17T11:50:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.502184+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.502184+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.519023+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:16 smithi040 bash[19761]: audit 2024-09-17T11:50:15.519023+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:18.176 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T11:50:18.176 INFO:teuthology.orchestra.run.smithi040.stdout:Generating ssh key... 2024-09-17T11:50:18.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:18 smithi040 bash[19761]: audit 2024-09-17T11:50:17.539710+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-17T11:50:18.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:18 smithi040 bash[19761]: audit 2024-09-17T11:50:17.539710+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-17T11:50:20.498 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:19.700369+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-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:19.700369+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-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: cephadm 2024-09-17T11:50:19.700790+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: cephadm 2024-09-17T11:50:19.700790+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:20.237823+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:20.237823+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:20.243223+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[19761]: audit 2024-09-17T11:50:20.243223+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:20.499 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: Generating public/private rsa key pair. 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: Your identification has been saved in /tmp/tmp6wc4btp_/key 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: Your public key has been saved in /tmp/tmp6wc4btp_/key.pub 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: The key fingerprint is: 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: SHA256:u35Pj7WmkUl2UyFJmhKvRF1U9UOUPZ88koY4yGcD014 ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: The key's randomart image is: 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: +---[RSA 3072]----+ 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | .o. +=+==| 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | o..oEo.oo+| 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | . =oo+. o.*| 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | o.Bo. + =o| 2024-09-17T11:50:20.500 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | S.o + + .| 2024-09-17T11:50:20.501 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | . o + . | 2024-09-17T11:50:20.501 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | . = . | 2024-09-17T11:50:20.501 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | ... =.. | 2024-09-17T11:50:20.501 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: | .o. .+oo | 2024-09-17T11:50:20.501 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:20 smithi040 bash[20018]: +----[SHA256]-----+ 2024-09-17T11:50:23.015 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:50:23.015 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:50:23.015 INFO:teuthology.orchestra.run.smithi040.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T11:50:23.015 INFO:teuthology.orchestra.run.smithi040.stdout:Adding host smithi040... 2024-09-17T11:50:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:23 smithi040 bash[19761]: audit 2024-09-17T11:50:22.424298+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-17T11:50:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:23 smithi040 bash[19761]: audit 2024-09-17T11:50:22.424298+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-17T11:50:25.600 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:25 smithi040 bash[19761]: audit 2024-09-17T11:50:24.478889+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "addr": "172.21.15.40", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:25.601 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:25 smithi040 bash[19761]: audit 2024-09-17T11:50:24.478889+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "addr": "172.21.15.40", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:26.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:26 smithi040 bash[19761]: cephadm 2024-09-17T11:50:25.735877+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi040 2024-09-17T11:50:26.584 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:26 smithi040 bash[19761]: cephadm 2024-09-17T11:50:25.735877+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi040 2024-09-17T11:50:30.131 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Added host 'smithi040' with addr '172.21.15.40' 2024-09-17T11:50:30.132 INFO:teuthology.orchestra.run.smithi040.stdout:Deploying unmanaged mon service... 2024-09-17T11:50:30.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: audit 2024-09-17T11:50:29.331668+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: audit 2024-09-17T11:50:29.331668+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: cephadm 2024-09-17T11:50:29.332197+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi040 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: cephadm 2024-09-17T11:50:29.332197+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi040 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: audit 2024-09-17T11:50:29.332590+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: audit 2024-09-17T11:50:29.332590+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: cluster 2024-09-17T11:50:29.460473+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-17T11:50:30.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:30 smithi040 bash[19761]: cluster 2024-09-17T11:50:29.460473+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-17T11:50:33.113 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T11:50:33.113 INFO:teuthology.orchestra.run.smithi040.stdout:Deploying unmanaged mgr service... 2024-09-17T11:50:33.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: cluster 2024-09-17T11:50:31.460874+0000 mgr.x (mgr.14118) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:33.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: cluster 2024-09-17T11:50:31.460874+0000 mgr.x (mgr.14118) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:33.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.169782+0000 mgr.x (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.169782+0000 mgr.x (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: cephadm 2024-09-17T11:50:32.172642+0000 mgr.x (mgr.14118) 20 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: cephadm 2024-09-17T11:50:32.172642+0000 mgr.x (mgr.14118) 20 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.177364+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.177364+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.794406+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:33 smithi040 bash[19761]: audit 2024-09-17T11:50:32.794406+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:34.674 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:34 smithi040 bash[19761]: audit 2024-09-17T11:50:33.356456+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:34.674 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:34 smithi040 bash[19761]: audit 2024-09-17T11:50:33.356456+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:34.674 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:34 smithi040 bash[19761]: cluster 2024-09-17T11:50:33.461376+0000 mgr.x (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:34.674 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:34 smithi040 bash[19761]: cluster 2024-09-17T11:50:33.461376+0000 mgr.x (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T11:50:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: audit 2024-09-17T11:50:34.652320+0000 mgr.x (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: audit 2024-09-17T11:50:34.652320+0000 mgr.x (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:50:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: cephadm 2024-09-17T11:50:34.653890+0000 mgr.x (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T11:50:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: cephadm 2024-09-17T11:50:34.653890+0000 mgr.x (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T11:50:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: audit 2024-09-17T11:50:34.660905+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:35 smithi040 bash[19761]: audit 2024-09-17T11:50:34.660905+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:36.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:36 smithi040 bash[19761]: cluster 2024-09-17T11:50:35.461678+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-17T11:50:36.938 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:36 smithi040 bash[19761]: cluster 2024-09-17T11:50:35.461678+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-17T11:50:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:37 smithi040 bash[19761]: audit 2024-09-17T11:50:36.689542+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.40:0/842257812' entity='client.admin' 2024-09-17T11:50:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:37 smithi040 bash[19761]: audit 2024-09-17T11:50:36.689542+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.40:0/842257812' entity='client.admin' 2024-09-17T11:50:38.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:38 smithi040 bash[19761]: cluster 2024-09-17T11:50:37.462185+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-17T11:50:38.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:38 smithi040 bash[19761]: cluster 2024-09-17T11:50:37.462185+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-17T11:50:39.358 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling the dashboard module... 2024-09-17T11:50:40.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:39 smithi040 bash[19761]: audit 2024-09-17T11:50:38.753285+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.40:0/4281076158' entity='client.admin' 2024-09-17T11:50:40.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:39 smithi040 bash[19761]: audit 2024-09-17T11:50:38.753285+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.40:0/4281076158' entity='client.admin' 2024-09-17T11:50:40.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:39 smithi040 bash[19761]: audit 2024-09-17T11:50:38.951761+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:40.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:39 smithi040 bash[19761]: audit 2024-09-17T11:50:38.951761+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:41.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[20018]: ignoring --setuser ceph since I am not root 2024-09-17T11:50:41.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[20018]: ignoring --setgroup ceph since I am not root 2024-09-17T11:50:41.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: cluster 2024-09-17T11:50:39.462500+0000 mgr.x (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: cluster 2024-09-17T11:50:39.462500+0000 mgr.x (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:50:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: audit 2024-09-17T11:50:40.090735+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: audit 2024-09-17T11:50:40.090735+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.40:0/2096307575' entity='mgr.x' 2024-09-17T11:50:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: audit 2024-09-17T11:50:41.080133+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.40:0/23973235' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T11:50:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:41 smithi040 bash[19761]: audit 2024-09-17T11:50:41.080133+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.40:0/23973235' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T11:50:42.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:42 smithi040 bash[19761]: audit 2024-09-17T11:50:41.090360+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.40:0/23973235' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T11:50:42.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:42 smithi040 bash[19761]: audit 2024-09-17T11:50:41.090360+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.40:0/23973235' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T11:50:42.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:42 smithi040 bash[19761]: cluster 2024-09-17T11:50:41.095530+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: x(active, since 31s) 2024-09-17T11:50:42.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:42 smithi040 bash[19761]: cluster 2024-09-17T11:50:41.095530+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: x(active, since 31s) 2024-09-17T11:50:43.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:43 smithi040 bash[19761]: audit 2024-09-17T11:50:43.391152+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.40:0/2797630831' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:50:43.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:43 smithi040 bash[19761]: audit 2024-09-17T11:50:43.391152+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.40:0/2797630831' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:50:43.990 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for the mgr to restart... 2024-09-17T11:50:43.991 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr epoch 10... 2024-09-17T11:50:47.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.394833+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon x restarted 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.394833+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon x restarted 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.395349+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon x 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.395349+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon x 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.400980+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.400980+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.401104+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00595749s) 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.401104+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00595749s) 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.404310+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.404310+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:50:47.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.405587+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.405587+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406316+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406316+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406522+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406522+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406741+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: audit 2024-09-17T11:50:47.406741+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.434515+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon x is now available 2024-09-17T11:50:47.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:47 smithi040 bash[19761]: cluster 2024-09-17T11:50:47.434515+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon x is now available 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.857712+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.857712+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.871073+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.871073+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.873698+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: audit 2024-09-17T11:50:47.873698+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: cluster 2024-09-17T11:50:48.407457+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: x(active, since 1.0123s) 2024-09-17T11:50:48.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:48 smithi040 bash[19761]: cluster 2024-09-17T11:50:48.407457+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: x(active, since 1.0123s) 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:mgr epoch 10 is available 2024-09-17T11:50:49.037 INFO:teuthology.orchestra.run.smithi040.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[19761]: audit 2024-09-17T11:50:48.406257+0000 mgr.x (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[19761]: audit 2024-09-17T11:50:48.406257+0000 mgr.x (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[19761]: audit 2024-09-17T11:50:48.423850+0000 mgr.x (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[19761]: audit 2024-09-17T11:50:48.423850+0000 mgr.x (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: debug 2024-09-17T11:50:49.440+0000 7fbebf84f640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:50:49] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: Traceback (most recent call last): 2024-09-17T11:50:49.721 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: self._run(expiration_interval) 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: s = self.context.wrap_socket( 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: return self.sslsocket_class._create( 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:49.722 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: self.do_handshake() 2024-09-17T11:50:49.723 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:49.723 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: self._sslobj.do_handshake() 2024-09-17T11:50:49.723 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:50:49 smithi040 bash[20018]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:50.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.220684+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Bus STARTING 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.220684+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Bus STARTING 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.322398+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.322398+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.446389+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.446389+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.446562+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Bus STARTED 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.446562+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [17/Sep/2024:11:50:49] ENGINE Bus STARTED 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.447913+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [17/Sep/2024:11:50:49] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:50.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self.do_handshake() 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:50.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cephadm 2024-09-17T11:50:49.447913+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [17/Sep/2024:11:50:49] ENGINE Error in HTTPServer.serve 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T11:50:50.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self.do_handshake() 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cluster 2024-09-17T11:50:49.457790+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-17T11:50:50.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:50 smithi040 bash[19761]: cluster 2024-09-17T11:50:49.457790+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-17T11:50:51.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:51 smithi040 bash[19761]: audit 2024-09-17T11:50:50.440678+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-17T11:50:51.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:51 smithi040 bash[19761]: audit 2024-09-17T11:50:50.440678+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-17T11:50:52.253 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUbXEt7rw1hJzMN5GUnGLy3BMeMgwwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNzExNTA1MVoXDTM0\nMDkxODExNTA1MVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjQwMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAyNyyI9rbDn6/11ujdJb5l37K/gxY5BsI24no\necaazXNk4UgNLuKYx8F/GmKgHqZrHc2NR580JkOJQRBWc43i1NNLg5prLHjWsD7+\nJA/0qzImirD1/VK4wvSGdtELRG5HY5pMKkLiZHkZB4QQSXDToUn4N433Da7SAIDx\nZUvZqb4rfH8C4GrQGncYhHwNzHcHMCfTVirhpWRe/+rCQaIA71Npp8RufmVOVoBb\n/85n0UW4RzCVszWpw4Wn6LYVl33UtjfWLZtDndkEvFBQyMnEcjH9hobPd0QFb4es\nbZoaA0uNRf90IAwQbRUzI21CyZiYg3qTes3t02wAPvb+X/2YNAypPMtuQemPFbTL\nu+Nc3JwO0CIUV/PJmTllPZGke42OMHNI9mbydKocL+ndhSKyGYQaR4+Hh5+HhNCi\nfSp1utYlo8RPT0RNyqWn6wW24u5e65RShuMaZosAsvxaAS5FWc4ucBnWOpymfobw\nPdyX8EhZQXdw2GRSeZ3ig/MAIDSmUZGmzo/iwYV16y9RuT50aye2vzxX0PjLHkCF\nNmrkvtOH+elOB3H4ze9CsalBP0/vncK3AMmAZvQT/SMj0i9beS+ihqghqjN8ELbA\nOCPyaPOVAD23teRHs1dOo3h1XhHYpboGht9wOAiLjXktiZb2W6QVTrWUtXx0aItS\nl8ec2esCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDQwghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPKDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQB9\niU8xkeB43IF8qVZQIlnLCrcib04poOWpF6THV4EFIw+UAuyd6ILjUlBaf7rpQ7LV\n2ay0xurKuBiDI4YODjhPza0VPqaoMIjn6wEDBaf7pOj0f2uwbYb/aoLsVBAMdYv1\njrGp2yd1Q1RlG0/xtalkHpwQ+Z3DmzIikyr1TX7gk2eBQV0YFqCkIZjU9G6DEDDp\nflIMlciUzlCERECUl+1A/NwElm+wUKh5fm7pXJ/oW//2CieCix9JNNO4/vpLnuKE\n1xGX7e2NEH0Hve7VX1OF1dLIDDXVneQ35+ReCcnlGyfAp9RTKyXzum3pOPcXXONy\nSCCCXckR7dP7NDP4YTnh+KG6aNCx/0kJQJRE63KCKdu31e5Y6N2eRwMrjKCR832x\n+dXQhStYZJUmoyNDrODmd1aXPGmcAs7wWX5/382+fz9a9EvbkjV48oRawogOedng\nUUSxmM6D0zpkhE2GP1bJPpixuc0usOfoSyLFGpHLogIfz40yusCCNcxjeYNjON7W\nGOdNvvR1BGxKkzgoNaz/9rd24gWvx+6hRIGDLcMewvMCvUmKrbmAmAPun5IgBkrJ\nIAfqABOYk+UqRXRUXa/RU3xyUjLMi1+QlROZr2YnjhK3evyicRL0xqqF1mQrf9UC\n7tCyvMMZMxu90mEYwGvWv7d2vJd0LVcwDtjHU1nlEw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAyNyyI9rbDn6/11ujdJb5l37K/gxY5BsI24noecaazXNk4UgN\nLuKYx8F/GmKgHqZrHc2NR580JkOJQRBWc43i1NNLg5prLHjWsD7+JA/0qzImirD1\n/VK4wvSGdtELRG5HY5pMKkLiZHkZB4QQSXDToUn4N433Da7SAIDxZUvZqb4rfH8C\n4GrQGncYhHwNzHcHMCfTVirhpWRe/+rCQaIA71Npp8RufmVOVoBb/85n0UW4RzCV\nszWpw4Wn6LYVl33UtjfWLZtDndkEvFBQyMnEcjH9hobPd0QFb4esbZoaA0uNRf90\nIAwQbRUzI21CyZiYg3qTes3t02wAPvb+X/2YNAypPMtuQemPFbTLu+Nc3JwO0CIU\nV/PJmTllPZGke42OMHNI9mbydKocL+ndhSKyGYQaR4+Hh5+HhNCifSp1utYlo8RP\nT0RNyqWn6wW24u5e65RShuMaZosAsvxaAS5FWc4ucBnWOpymfobwPdyX8EhZQXdw\n2GRSeZ3ig/MAIDSmUZGmzo/iwYV16y9RuT50aye2vzxX0PjLHkCFNmrkvtOH+elO\nB3H4ze9CsalBP0/vncK3AMmAZvQT/SMj0i9beS+ihqghqjN8ELbAOCPyaPOVAD23\nteRHs1dOo3h1XhHYpboGht9wOAiLjXktiZb2W6QVTrWUtXx0aItSl8ec2esCAwEA\nAQKCAgAfXWRXzaICi8T1zQfOJJEe7fFRZajacw+ZWy85F3aEJG5um0Crvz3aMMXh\n3zVfnomqzWEv+5U6GwurZEYLpJlKCyCHPAKw9BbveIwDd5ZeG+ZW0TaS8xWKI9gn\nZOcx2AKVHrqhUsZlUrTs2TDDNwy6P9cJsxpj7EDl9pHl88fZBgARCwhDoN+UHQrF\nYqsI8CvoLMqHHF/AjYF5duAUkvE7GIxZYoav0q6T5VajBZ5tLZ+Om5s/W7QsUDTz\nABPeZGC7KibrV4u3HJ9CWfbzaPD1tVwAY2axb1Fl+V/x0WwZyEoW0cKsCmuPjQ2U\n4kfZO6x9GL6Uy46amApwdUMtcWe7BM3Togw/SeDh5ti5h3YRTfcjkb1FdQm6bj4E\nx6wyA7IAkJuELYvS5b948pxMCdR9Ijx/0NhgMIP0VdnZeEzfwojZL9J3xaPlPo50\nm857cXfpzntuGmtoUmOPJffEi8cbuPYTnq+z2s3ixJNdZkLmIt8/iz7lTKxWz/TC\nTABZm6KE3LpKqENTnaSMb/J6GtMgvtJeCJswwfAuvYozhVTxtLknbDEW/UpnpDhP\nbgcb5iJuqXBHsu1Ks/IoOBOSfsJJ7dFV0Pm4O8wUkmsTBZR2uneoLIbIB81HIWbD\n8008e/t0HR7egrIR3TSfV33k8siD1Lq6uK/PVZFhJJnFQngm6QKCAQEA5RKmUhKJ\neRkj7AillolyJGoGQ6yKQ56IrDNtaUese6xDmsyrk+myB3dhvY4UghK4BoLUfpwC\nFnM7c4mg2YeeEpvbraFCRUIM4P+mV2bgME1Cr/Sd1cUJQ/ukf3S2QdBpUhqjUaFP\nGrnpBJnyU1G5EG0bPQbz3Dz+IX9Pq6aZyZxb3ctF4wtf8uQRK0WcpfBfHAniI+Xy\nnRWdh4mkDG8seMUmB7nCgjszywnwKjuTS8hL8V6etF5JnmG6scWcxQfPYKeOudU6\nlBf71EWr+tIRwOidX7zeb9lqcZrlR/HMNEXo4KYkAa2hNMqzLn52f9NXIwp3eLH6\n2Xwn2WAFvDfS3wKCAQEA4Hkd8b57QbPYubqQaaMXg+YGG+wp67m1NEDa7i1aoCUk\nwbPmEZ1TDVEx0OOqV+GOVWJdhwnMPYD/zEtqzO56TZmdcglkdLw8ldgcRBpYpZYr\nC8bm/wlupKwc94xzKxIh57lUVqdG848rlyWKYEh7btrrgSec8rV6PpF+QWWCSFj8\n5p5R2jYiauZAd37wk+HS+m2tneWQe1rlgAyH3aa8B8E/f1bEtLxnL58i4ZyAGYIu\nTq67rKkZV885LEWrvRM27092lbJxos1HcfWpozTUM7TAFjuAQuR3xqTTLQHR5C3H\n+7tErvd3Wc6ylLtr1AzlmpX3Ljaa+4o97V6qdB/GdQKCAQBkA96GWv2W1/ktJyFV\nNrGVYI1Xos/DckZuGQ4eN2MBpFboEZCgRhqq097i6lPd7tpWTW0F0ou+zZUZfu+x\nylqj+VTS3GOY5ZvF6RjxdENSE4mYVY9MNHk1K3vJAmZJGfvCE0tXarylCKLKlYSO\nCFJq75hC7vQuJps2eOWKJnVi51fc4NGkreS4ogc1A3G/qdF85nvL/KwPFc7vzJLJ\nswiRulI+cUaRodOdRLuNVPGc1tkBi7RzP++YrUbcM1GdXSmYI9BXJtgqrMYRClJq\ncqm5tlZv5ICiCSVGcMDGxrXH5PYmj6OM8AhAinftRt3qNZYIAJvlIKBLsL+dUyVt\n5lm1AoIBAGMxIipRIeZGst5fsrD7gMioPMrZ8SxZQ9lzT0swf3uE7lkqReBCxRB9\ncKX99Kgg4+SXMv0ZN0d2WZLNQMSOHT1tREXAIMP06lDMzrDJc6K4WQ07N5g7cskR\nxTsetUWzHYhoPPyNrqyx93EzBZLGdMTnuGm6N4CI8Rv07vW3BXsy146RJ1pl0Y+r\nb5FeZrDyeWhwTugXKWFZKVEMOH2Z0D0dCBIdJY84MeC5UZCgt3qOLChYzlXd43UJ\n/RmzL9C9TOkzFBPSZqSqUYfqJqwYDC1NEhTA9kyY6NS+wRKCW12ZXWW/uvoWIIdu\n7zsKFvv9Nvi4jCG/v3yn+fWKf4gRAoECggEAO3dNSHB51AUvgkVruzacY0U30gn0\nDVfJihzk36goslkpDCCXOyRaK3M+HNhwrRPhg8EpTOJglluMR+8HfaymhSyrl61I\nCzZteuE9sDH2Yz9X7p49T3/eDccA+nNtskzv0+AllKnxGoXWOGgyZmWMj84LYXG7\nOm/v9GFPK5RyIPVJO+jgAUYvTWlGaCnxWsg+6x3j2E3G/laNIhEq4bSPqLFZ/NhT\nJjN0sqHWGww8AzP5a75nVFw0R1630YCrk8YLol6P8Mf34jxneIcu2QknHeNxaT30\nB7UDaXp7cEQBG3KMlvpxxioASHDjLDU/loqHa9Ruxk8Eh2bHsILmEy0wEQ==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-17T11:50:54.302 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-17T11:50:54.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:54 smithi040 bash[19761]: audit 2024-09-17T11:50:53.683714+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-17T11:50:54.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:54 smithi040 bash[19761]: audit 2024-09-17T11:50:53.683714+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-17T11:50:54.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:54 smithi040 bash[19761]: audit 2024-09-17T11:50:53.686948+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:54.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:54 smithi040 bash[19761]: audit 2024-09-17T11:50:53.686948+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:56.349 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-17T11:50:56.349 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial admin user... 2024-09-17T11:50:56.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:55 smithi040 bash[19761]: audit 2024-09-17T11:50:54.986755+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:56.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:55 smithi040 bash[19761]: audit 2024-09-17T11:50:54.986755+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:56.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:55 smithi040 bash[19761]: audit 2024-09-17T11:50:55.723025+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:56.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:55 smithi040 bash[19761]: audit 2024-09-17T11:50:55.723025+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:57.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:57 smithi040 bash[19761]: audit 2024-09-17T11:50:55.718369+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-17T11:50:57.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:57 smithi040 bash[19761]: audit 2024-09-17T11:50:55.718369+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-17T11:50:57.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:57 smithi040 bash[19761]: audit 2024-09-17T11:50:56.080587+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:57.353 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:57 smithi040 bash[19761]: audit 2024-09-17T11:50:56.080587+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:58.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:58 smithi040 bash[19761]: audit 2024-09-17T11:50:57.914020+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-17T11:50:58.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:58 smithi040 bash[19761]: audit 2024-09-17T11:50:57.914020+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-17T11:50:58.831 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FSj8ekrvLS7RAsSS2ji2D.7j3/4iPT7H0EqPxQx/BXp0t6KFcwkbK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726573858, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T11:50:58.832 INFO:teuthology.orchestra.run.smithi040.stdout:Fetching dashboard port number... 2024-09-17T11:50:59.648 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:59 smithi040 bash[19761]: audit 2024-09-17T11:50:58.222923+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:50:59.648 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:50:59 smithi040 bash[19761]: audit 2024-09-17T11:50:58.222923+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:00.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:00 smithi040 bash[19761]: audit 2024-09-17T11:51:00.197067+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.40:0/2428863558' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T11:51:00.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:00 smithi040 bash[19761]: audit 2024-09-17T11:51:00.197067+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.40:0/2428863558' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T11:51:00.881 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T11:51:00.881 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-09-17T11:51:00.881 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T11:51:00.884 INFO:teuthology.orchestra.run.smithi040.stdout:Ceph Dashboard is now available at: 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout: URL: https://smithi040.front.sepia.ceph.com:8443/ 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout: User: admin 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout: Password: smfo2a9vog 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:00.885 INFO:teuthology.orchestra.run.smithi040.stdout:Saving cluster configuration to /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config directory 2024-09-17T11:51:01.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:01 smithi040 bash[19761]: cluster 2024-09-17T11:51:00.229815+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-17T11:51:01.491 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:01 smithi040 bash[19761]: cluster 2024-09-17T11:51:00.229815+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-17T11:51:03.921 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T11:51:03.921 INFO:teuthology.orchestra.run.smithi040.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T11:51:03.921 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: ceph telemetry on 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout:For more information see: 2024-09-17T11:51:03.922 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.923 INFO:teuthology.orchestra.run.smithi040.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T11:51:03.923 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:03.923 INFO:teuthology.orchestra.run.smithi040.stdout:Bootstrap complete. 2024-09-17T11:51:03.985 INFO:tasks.cephadm:Fetching config... 2024-09-17T11:51:03.985 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:51:03.985 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T11:51:03.991 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T11:51:03.991 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:51:03.991 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T11:51:04.041 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T11:51:04.041 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:51:04.041 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T11:51:04.096 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T11:51:04.096 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:51:04.096 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T11:51:04.145 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T11:51:04.145 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:51:04.208 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:51:04.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:04 smithi040 bash[19761]: audit 2024-09-17T11:51:03.045776+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.40:0/299887519' entity='client.admin' 2024-09-17T11:51:04.275 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:04 smithi040 bash[19761]: audit 2024-09-17T11:51:03.045776+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.40:0/299887519' entity='client.admin' 2024-09-17T11:51:04.284 DEBUG:teuthology.orchestra.run.smithi070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:51:04.308 INFO:teuthology.orchestra.run.smithi070.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:51:04.317 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:51:04.341 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:51:04.350 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:51:04.374 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfDFjTBiE/OVj55oadclVPj+RMDmjB1DcG6aKMwF2wRZmLISE37p/7qaZJCdqq+trjbsjYFlktcllylNgHgwmEsTxRjJnGnHPRHtzsTNsUrEsarkcKbDZMw3BBQgfCm//5PoLcY+e1suC8UTJpYwXQu5AzPn31GArVN8XkQJt1tla8lW+SRJDosdHLEc/9mzwetgfTAZ6FJoXAJhe8SdCwrQ/fJxQLxveK3hpQyHw8HAtinWfo46n59sgO/+KhIESulDAAim+Y7p5iRx9Gjscsm6UZLB0i9O7JB77du9PQKo3xR+8dc1/D54eh0344lnT2a6cMdm2Glh5zazsV4PqAfOuZs5tIk6Nc1AUqGu9xKdQ26YrNcLqMa4rwNMhWaFx3b8wcCdHJn02NNHmuTSPeRoC52d/lcZhbKOm+hl/BXiw6dqRP5bS4tP2+3wU3IB8mdhBM9b9zmd5nJpgVP1F4lI2HaKh92sXSk5FgNc3tO9JWNeNXHPlSzQ1cmHwp5nU= ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:51:04.385 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T11:51:08.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.993074+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.993074+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.997492+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.997492+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.999404+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:06.999404+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.005053+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.005053+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.020996+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.020996+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.029350+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:08.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:07 smithi040 bash[19761]: audit 2024-09-17T11:51:07.029350+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:09.316 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:09 smithi040 bash[19761]: cluster 2024-09-17T11:51:07.407848+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-17T11:51:09.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:09 smithi040 bash[19761]: cluster 2024-09-17T11:51:07.407848+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-17T11:51:10.130 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:11.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:11 smithi040 bash[19761]: cluster 2024-09-17T11:51:09.408254+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-17T11:51:11.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:11 smithi040 bash[19761]: cluster 2024-09-17T11:51:09.408254+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-17T11:51:12.144 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T11:51:12.144 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T11:51:12.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: cluster 2024-09-17T11:51:11.408688+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-17T11:51:12.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: cluster 2024-09-17T11:51:11.408688+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-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.440807+0000 mon.a (mon.0) 107 : audit [INF] from='client.? 172.21.15.40:0/1994223398' entity='client.admin' 2024-09-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.440807+0000 mon.a (mon.0) 107 : audit [INF] from='client.? 172.21.15.40:0/1994223398' entity='client.admin' 2024-09-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.455910+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.455910+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.461271+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:12.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:12 smithi040 bash[19761]: audit 2024-09-17T11:51:11.461271+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:14 smithi040 bash[19761]: cluster 2024-09-17T11:51:13.409131+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-17T11:51:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:14 smithi040 bash[19761]: cluster 2024-09-17T11:51:13.409131+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-17T11:51:16.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:16 smithi040 bash[19761]: cluster 2024-09-17T11:51:15.409595+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-17T11:51:16.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:16 smithi040 bash[19761]: cluster 2024-09-17T11:51:15.409595+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-17T11:51:16.868 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:18.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: cluster 2024-09-17T11:51:17.410034+0000 mgr.x (mgr.14152) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:18.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: cluster 2024-09-17T11:51:17.410034+0000 mgr.x (mgr.14152) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:18.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.238321+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:18.539 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.238321+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.239461+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.239461+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.242100+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.242100+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.242912+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:18.540 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:18 smithi040 bash[19761]: audit 2024-09-17T11:51:18.242912+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:18.939 INFO:tasks.cephadm:Remote smithi194 excluded from cephadm cluster by role 2024-09-17T11:51:18.939 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi070 2024-09-17T11:51:18.939 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:51:18.939 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:51:18.945 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:51:18.945 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:18.992 INFO:tasks.cephadm:Adding host smithi070 to orchestrator... 2024-09-17T11:51:18.992 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch host add smithi070 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.234980+0000 mgr.x (mgr.14152) 18 : 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-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.234980+0000 mgr.x (mgr.14152) 18 : 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-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.244187+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.244187+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.301333+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.301333+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.354653+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:19.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.354653+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.405118+0000 mgr.x (mgr.14152) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: cephadm 2024-09-17T11:51:18.405118+0000 mgr.x (mgr.14152) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.464369+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.464369+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.469646+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.469646+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.475003+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:19.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:19 smithi040 bash[19761]: audit 2024-09-17T11:51:18.475003+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:20 smithi040 bash[19761]: cluster 2024-09-17T11:51:19.410451+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-17T11:51:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:20 smithi040 bash[19761]: cluster 2024-09-17T11:51:19.410451+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-17T11:51:22.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:22 smithi040 bash[19761]: cluster 2024-09-17T11:51:21.410894+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-17T11:51:22.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:22 smithi040 bash[19761]: cluster 2024-09-17T11:51:21.410894+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-17T11:51:23.720 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:24.754 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:24 smithi040 bash[19761]: cluster 2024-09-17T11:51:23.411312+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-17T11:51:24.755 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:24 smithi040 bash[19761]: cluster 2024-09-17T11:51:23.411312+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-17T11:51:25.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:25 smithi040 bash[19761]: audit 2024-09-17T11:51:25.110246+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:51:25.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:25 smithi040 bash[19761]: audit 2024-09-17T11:51:25.110246+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:51:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:26 smithi040 bash[19761]: cluster 2024-09-17T11:51:25.411787+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:26.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:26 smithi040 bash[19761]: cluster 2024-09-17T11:51:25.411787+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:27 smithi040 bash[19761]: cephadm 2024-09-17T11:51:26.389844+0000 mgr.x (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi070 2024-09-17T11:51:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:27 smithi040 bash[19761]: cephadm 2024-09-17T11:51:26.389844+0000 mgr.x (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi070 2024-09-17T11:51:28.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:28 smithi040 bash[19761]: cluster 2024-09-17T11:51:27.412162+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-17T11:51:28.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:28 smithi040 bash[19761]: cluster 2024-09-17T11:51:27.412162+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-17T11:51:30.044 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi070' with addr '172.21.15.70' 2024-09-17T11:51:30.705 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: cluster 2024-09-17T11:51:29.412555+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: cluster 2024-09-17T11:51:29.412555+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.042200+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.042200+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: cephadm 2024-09-17T11:51:30.043097+0000 mgr.x (mgr.14152) 31 : cephadm [INF] Added host smithi070 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: cephadm 2024-09-17T11:51:30.043097+0000 mgr.x (mgr.14152) 31 : cephadm [INF] Added host smithi070 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.043930+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:31.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.043930+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:31.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.533048+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:31.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:31 smithi040 bash[19761]: audit 2024-09-17T11:51:30.533048+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:33 smithi040 bash[19761]: cluster 2024-09-17T11:51:31.412900+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-17T11:51:33.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:33 smithi040 bash[19761]: cluster 2024-09-17T11:51:31.412900+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-17T11:51:33.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:33 smithi040 bash[19761]: audit 2024-09-17T11:51:32.051145+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:33.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:33 smithi040 bash[19761]: audit 2024-09-17T11:51:32.051145+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:34.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:34 smithi040 bash[19761]: audit 2024-09-17T11:51:33.330521+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:34.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:34 smithi040 bash[19761]: audit 2024-09-17T11:51:33.330521+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:34.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:34 smithi040 bash[19761]: cluster 2024-09-17T11:51:33.413238+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-17T11:51:34.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:34 smithi040 bash[19761]: cluster 2024-09-17T11:51:33.413238+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-17T11:51:35.440 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:36.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:36 smithi040 bash[19761]: cluster 2024-09-17T11:51:35.413717+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-17T11:51:36.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:36 smithi040 bash[19761]: cluster 2024-09-17T11:51:35.413717+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-17T11:51:36.757 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:36.757 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}] 2024-09-17T11:51:37.345 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2024-09-17T11:51:37.345 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:51:37.345 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:51:37.351 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:51:37.352 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:37.399 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2024-09-17T11:51:37.399 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch host add smithi191 2024-09-17T11:51:37.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:37 smithi040 bash[19761]: audit 2024-09-17T11:51:36.755495+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-17T11:51:37.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:37 smithi040 bash[19761]: audit 2024-09-17T11:51:36.755495+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-17T11:51:38.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:38 smithi040 bash[19761]: cluster 2024-09-17T11:51:37.414162+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-17T11:51:38.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:38 smithi040 bash[19761]: cluster 2024-09-17T11:51:37.414162+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-17T11:51:39.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.708165+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.708165+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.715705+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.715705+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.724126+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.724126+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.731501+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.731501+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.733434+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.733434+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.735471+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.735471+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.737218+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:39.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:38.737218+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.739712+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.739712+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:39.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:39 smithi040 bash[19761]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:40.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:40 smithi040 bash[19761]: cluster 2024-09-17T11:51:39.414666+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-17T11:51:40.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:40 smithi040 bash[19761]: cluster 2024-09-17T11:51:39.414666+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-17T11:51:42.132 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:42 smithi040 bash[19761]: cluster 2024-09-17T11:51:41.415177+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-17T11:51:42.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:42 smithi040 bash[19761]: cluster 2024-09-17T11:51:41.415177+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-17T11:51:44.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:44 smithi040 bash[19761]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:44.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:44 smithi040 bash[19761]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:44.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:44 smithi040 bash[19761]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:51:44.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:44 smithi040 bash[19761]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:51:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:45 smithi040 bash[19761]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:51:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:45 smithi040 bash[19761]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:51:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:46 smithi040 bash[19761]: cluster 2024-09-17T11:51:45.416153+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-17T11:51:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:46 smithi040 bash[19761]: cluster 2024-09-17T11:51:45.416153+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-17T11:51:48.606 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi191' with addr '172.21.15.191' 2024-09-17T11:51:48.894 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: cluster 2024-09-17T11:51:47.416441+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-17T11:51:48.895 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: cluster 2024-09-17T11:51:47.416441+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-17T11:51:48.895 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:48.895 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:48.895 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:48.895 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:48 smithi040 bash[19761]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:51:49.327 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:51:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:50 smithi040 bash[19761]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:51:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:50 smithi040 bash[19761]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:51:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:50 smithi040 bash[19761]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:50 smithi040 bash[19761]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:51 smithi040 bash[19761]: cluster 2024-09-17T11:51:49.416828+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-17T11:51:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:51 smithi040 bash[19761]: cluster 2024-09-17T11:51:49.416828+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-17T11:51:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:51 smithi040 bash[19761]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:51 smithi040 bash[19761]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:52 smithi040 bash[19761]: cluster 2024-09-17T11:51:51.417207+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-17T11:51:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:52 smithi040 bash[19761]: cluster 2024-09-17T11:51:51.417207+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-17T11:51:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:52 smithi040 bash[19761]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:52 smithi040 bash[19761]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:54.062 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:51:55.096 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:54 smithi040 bash[19761]: cluster 2024-09-17T11:51:53.417594+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-17T11:51:55.096 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:54 smithi040 bash[19761]: cluster 2024-09-17T11:51:53.417594+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-17T11:51:55.417 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:51:55.417 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2024-09-17T11:51:56.078 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T11:51:56.079 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T11:51:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:56 smithi040 bash[19761]: audit 2024-09-17T11:51:55.415376+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-17T11:51:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:56 smithi040 bash[19761]: audit 2024-09-17T11:51:55.415376+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-17T11:51:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:56 smithi040 bash[19761]: cluster 2024-09-17T11:51:55.417978+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-17T11:51:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:56 smithi040 bash[19761]: cluster 2024-09-17T11:51:55.417978+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-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:51:58.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:58.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:51:58.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:51:58 smithi040 bash[19761]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:00.816 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:52:00.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:00 smithi040 bash[19761]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:00.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:00 smithi040 bash[19761]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:02.474 INFO:teuthology.orchestra.run.smithi040.stderr:adjusted tunables profile to default 2024-09-17T11:52:02.734 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:02 smithi040 bash[19761]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:02.734 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:02 smithi040 bash[19761]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:02.734 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:02 smithi040 bash[19761]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:02.734 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:02 smithi040 bash[19761]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:03.114 INFO:tasks.cephadm:Adding mon.a on smithi040 2024-09-17T11:52:03.114 INFO:tasks.cephadm:Adding mon.b on smithi070 2024-09-17T11:52:03.114 INFO:tasks.cephadm:Adding mon.c on smithi191 2024-09-17T11:52:03.114 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c' 2024-09-17T11:52:03.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:03 smithi040 bash[19761]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:03.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:03 smithi040 bash[19761]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:03.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:03 smithi040 bash[19761]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:03.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:03 smithi040 bash[19761]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:04.338 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:04.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:04 smithi040 bash[19761]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:04.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:04 smithi040 bash[19761]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:05.634 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2024-09-17T11:52:06.120 DEBUG:teuthology.orchestra.run.smithi070:mon.b> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T11:52:06.123 DEBUG:teuthology.orchestra.run.smithi191:mon.c> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T11:52:06.125 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:52:06.126 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:52:06.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:06.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:06.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:06 smithi040 bash[19761]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:07.395 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:07.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:07 smithi040 bash[19761]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:07.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:07 smithi040 bash[19761]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:08.828 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-09-17T11:52:08.829 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T11:52:08.829 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","modified":"2024-09-17T11:49:35.155080Z","created":"2024-09-17T11:49:35.155080Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T11:52:08.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:08 smithi040 bash[19761]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:08.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:08 smithi040 bash[19761]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:09 smithi040 bash[19761]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:09.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:09 smithi040 bash[19761]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:10.770 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:52:10.771 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:52:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:10 smithi040 bash[19761]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:10 smithi040 bash[19761]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:11.990 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:52:13.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:13.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:13.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:13.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:12 smithi040 bash[19761]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:13.602 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.301333+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.602 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.301333+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.602 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.354653+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.602 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.354653+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.405118+0000 mgr.x (mgr.14152) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:18.405118+0000 mgr.x (mgr.14152) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.464369+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.464369+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.469646+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.469646+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.475003+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:18.475003+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:19.410451+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:19.410451+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:21.410894+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:21.410894+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:23.411312+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:23.411312+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-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:25.110246+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:25.110246+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:25.411787+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:25.411787+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:26.389844+0000 mgr.x (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi070 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:26.389844+0000 mgr.x (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi070 2024-09-17T11:52:13.682 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:27.412162+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-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:27.412162+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-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:29.412555+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:29.412555+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.042200+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.042200+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:30.043097+0000 mgr.x (mgr.14152) 31 : cephadm [INF] Added host smithi070 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:30.043097+0000 mgr.x (mgr.14152) 31 : cephadm [INF] Added host smithi070 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.043930+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.043930+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.533048+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:30.533048+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:31.412900+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-17T11:52:13.683 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:31.412900+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-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:32.051145+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:32.051145+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:33.330521+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:33.330521+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:33.413238+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-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:33.413238+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-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:35.413717+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-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:35.413717+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-17T11:52:13.684 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:36.755495+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-17T11:52:13.685 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:36.755495+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-17T11:52:13.685 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:37.414162+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-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:37.414162+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-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.708165+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.708165+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.715705+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.715705+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.724126+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.724126+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.731501+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.686 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.731501+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.733434+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.733434+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.735471+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.735471+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.737218+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:38.737218+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.739712+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.739712+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.687 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:39.414666+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-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:39.414666+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-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:41.415177+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-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:41.415177+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-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.688 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:45.416153+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-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:45.416153+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-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:47.416441+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-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:47.416441+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-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:52:13.689 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:49.416828+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:49.416828+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:51.417207+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:51.417207+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:53.417594+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:53.417594+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-17T11:52:13.690 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:55.415376+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-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:55.415376+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-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:55.417978+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-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:55.417978+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-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.691 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:13.692 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:13.693 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:13.694 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.695 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.696 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:13.697 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:13 smithi191 bash[21911]: debug 2024-09-17T11:52:13.596+0000 7f865a67f640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:52:17.665 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:17.666 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:38.856238+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:17.666 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:17.666 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:38.959646+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:39.054131+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.152133+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.158946+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:39.166325+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:39.414666+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-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:39.414666+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-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:41.415177+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-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:41.415177+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-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:43.415641+0000 mgr.x (mgr.14152) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:43.528960+0000 mgr.x (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:52:17.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:44.921657+0000 mgr.x (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T11:52:17.913 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:45.416153+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-17T11:52:17.913 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:45.416153+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-17T11:52:17.913 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:47.416441+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-17T11:52:17.913 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:47.416441+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-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:48.603470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:48.605135+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:52:17.914 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:48.604348+0000 mgr.x (mgr.14152) 48 : cephadm [INF] Added host smithi191 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:49.136662+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:49.416828+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-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:49.416828+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-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:50.642772+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:51.417207+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-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:51.417207+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-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.915 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:51.839118+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:53.417594+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:53.417594+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:55.415376+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:55.415376+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:55.417978+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:55.417978+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-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.285145+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.916 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.290977+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.298132+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.302981+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.304640+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.306773+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.308282+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:17.917 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.310132+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:57.418342+0000 mgr.x (mgr.14152) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.422598+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.526994+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:51:57.622258+0000 mgr.x (mgr.14152) 58 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.719743+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.918 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.727537+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:51:57.735698+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:51:59.418749+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-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:01.419192+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-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:02.264190+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:02.473288+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.40:0/1540786321' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:17.919 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:02.479310+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:03.419598+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-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:05.419931+0000 mgr.x (mgr.14152) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.621809+0000 mgr.x (mgr.14152) 63 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:05.627010+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi070:172.21.15.70=b;smithi191:172.21.15.191=c;count:3 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.632258+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.920 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:05.633970+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.267777+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.269207+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.276656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.280127+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:06.281533+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.921 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:06.282981+0000 mgr.x (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi191 2024-09-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:07.420347+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:08.827051+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.191:0/1189294627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:09.420752+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cluster 2024-09-17T11:52:11.421159+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-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.922 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.954991+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.960512+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.966444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.967771+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: audit 2024-09-17T11:52:11.969446+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: cephadm 2024-09-17T11:52:11.971388+0000 mgr.x (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.b on smithi070 2024-09-17T11:52:17.923 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:17 smithi070 bash[21575]: debug 2024-09-17T11:52:17.657+0000 7fa1cee96640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:52:18.679 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 2 2024-09-17T11:52:18.680 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T11:52:18.680 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":2,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","modified":"2024-09-17T11:52:13.607772Z","created":"2024-09-17T11:49:35.155080Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40: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":"{}"}],"quorum":[0,1]} 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:19.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:19.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:18 smithi191 bash[21911]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:19.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:19.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:19.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:19.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:18 smithi040 bash[19761]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:20.354 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:52:20.355 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:52:24.749 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:13.421535+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-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.613380+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:13.613766+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.633202+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:13.833201+0000 mon.a (mon.0) 167 : audit [DBG] from='client.? 172.21.15.191:0/4006649297' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:14.607999+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:15.421938+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-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:15.607990+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:15.610670+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:16.608176+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:25.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:17.422352+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-17T11:52:25.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:17.608370+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:17.667125+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.608724+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.653520+0000 mon.a (mon.0) 174 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659494+0000 mon.a (mon.0) 175 : cluster [DBG] monmap epoch 2 2024-09-17T11:52:25.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659526+0000 mon.a (mon.0) 176 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659543+0000 mon.a (mon.0) 177 : cluster [DBG] last_changed 2024-09-17T11:52:13.607772+0000 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659562+0000 mon.a (mon.0) 178 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659582+0000 mon.a (mon.0) 179 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659619+0000 mon.a (mon.0) 180 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659639+0000 mon.a (mon.0) 181 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.659658+0000 mon.a (mon.0) 182 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.676857+0000 mon.a (mon.0) 183 : cluster [DBG] fsmap 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.676908+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.677187+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: x(active, since 91s) 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:18.677436+0000 mon.a (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.167 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.683789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.684786+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.692342+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.701491+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:18.710007+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.168 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.169 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.170 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.171 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.172 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.173 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:25.174 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:24 smithi070 bash[21575]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.185 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.186 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.187 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:25.188 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:24 smithi191 bash[21911]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:25.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.422735+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-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.673819+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.674370+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:19.680336+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.693352+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:19.693595+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:52:25.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:20.667434+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:21.423113+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-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:21.667785+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:21.671143+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T11:52:25.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:22.667764+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:23.423485+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-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:23.668202+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.667890+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.713209+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720913+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720945+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720962+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-09-17T11:52:19.667399+0000 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.720977+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-09-17T11:49:35.155080+0000 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721002+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721025+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-09-17T11:52:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721052+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721075+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.c 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.721093+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.b 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.740918+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.740969+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.741246+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: x(active, since 97s) 2024-09-17T11:52:25.227 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: cluster 2024-09-17T11:52:24.741490+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.748729+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.755534+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.762455+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.769506+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.228 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.776875+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:25.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.778538+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:25.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:25.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:24 smithi040 bash[19761]: audit 2024-09-17T11:52:24.780493+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:26.089 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T11:52:26.090 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":3,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","modified":"2024-09-17T11:52:19.667399Z","created":"2024-09-17T11:49:35.155080Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40: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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T11:52:26.090 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 3 2024-09-17T11:52:26.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.414 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:26 smithi070 bash[21575]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:26 smithi191 bash[21911]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.783032+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.783658+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.784996+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.968940+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.969465+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: cephadm 2024-09-17T11:52:24.970158+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.095835+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.102181+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.108097+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.113469+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.118852+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.125981+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.134062+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.172651+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.179804+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.186670+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.193819+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.194847+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.196190+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.197589+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:25.668297+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.476 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:26 smithi040 bash[19761]: audit 2024-09-17T11:52:26.087885+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.191:0/2709539716' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:52:26.737 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T11:52:26.737 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:27 smithi070 bash[21575]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:27.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:27 smithi191 bash[21911]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cephadm 2024-09-17T11:52:25.194402+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cephadm 2024-09-17T11:52:25.199031+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-09-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:27.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:27 smithi040 bash[19761]: cluster 2024-09-17T11:52:25.423879+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-17T11:52:29.137 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.139 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.139 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:29.139 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:28 smithi070 bash[21575]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:29.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:28 smithi191 bash[21911]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cluster 2024-09-17T11:52:27.424301+0000 mgr.x (mgr.14152) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.768087+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.774496+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cephadm 2024-09-17T11:52:27.776007+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.776462+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.777678+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: audit 2024-09-17T11:52:27.778939+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:29.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:28 smithi040 bash[19761]: cephadm 2024-09-17T11:52:27.780547+0000 mgr.x (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi070 2024-09-17T11:52:31.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:30 smithi070 bash[21575]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:30 smithi191 bash[21911]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cluster 2024-09-17T11:52:29.424702+0000 mgr.x (mgr.14152) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:52:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.844174+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.852289+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cephadm 2024-09-17T11:52:29.853725+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.854326+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.856018+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: audit 2024-09-17T11:52:29.857651+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:30 smithi040 bash[19761]: cephadm 2024-09-17T11:52:29.859528+0000 mgr.x (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi191 2024-09-17T11:52:31.476 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:52:32.789 INFO:teuthology.orchestra.run.smithi040.stdout:# minimal ceph.conf for 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:32.789 INFO:teuthology.orchestra.run.smithi040.stdout:[global] 2024-09-17T11:52:32.789 INFO:teuthology.orchestra.run.smithi040.stdout: fsid = 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T11:52:32.789 INFO:teuthology.orchestra.run.smithi040.stdout: mon_host = [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-09-17T11:52:33.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.074 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.074 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.074 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:32 smithi040 bash[19761]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:32 smithi070 bash[21575]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: cluster 2024-09-17T11:52:31.425175+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-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.879554+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.886744+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.889248+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.892761+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.894818+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:33.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:31.904638+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:33.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:32 smithi191 bash[21911]: audit 2024-09-17T11:52:32.788171+0000 mon.a (mon.0) 257 : audit [DBG] from='client.? 172.21.15.40:0/4288487291' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:33.476 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T11:52:33.477 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:52:33.477 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:52:33.490 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:52:33.490 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:33.544 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:52:33.544 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:52:33.559 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:52:33.559 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:33.612 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:52:33.612 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:52:33.626 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:52:33.626 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:52:33.680 INFO:tasks.cephadm:Adding mgr.x on smithi040 2024-09-17T11:52:33.680 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch apply mgr '1;smithi040=x' 2024-09-17T11:52:35.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:34 smithi070 bash[21575]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:35.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:34 smithi070 bash[21575]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:34 smithi191 bash[21911]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:34 smithi191 bash[21911]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:34 smithi040 bash[19761]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:34 smithi040 bash[19761]: cluster 2024-09-17T11:52:33.425641+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-17T11:52:37.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:36 smithi070 bash[21575]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:36 smithi070 bash[21575]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:36 smithi191 bash[21911]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:36 smithi191 bash[21911]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:36 smithi040 bash[19761]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:36 smithi040 bash[19761]: cluster 2024-09-17T11:52:35.426054+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-17T11:52:37.438 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:52:38.665 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mgr update... 2024-09-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:38.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:38 smithi191 bash[21911]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:38 smithi070 bash[21575]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:39.215 DEBUG:tasks.cephadm:set 0 configs 2024-09-17T11:52:39.215 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T11:52:39.215 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:52:39.215 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:52:39.222 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:52:39.222 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-09-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: cluster 2024-09-17T11:52:37.426463+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-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: audit 2024-09-17T11:52:38.663216+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:38 smithi040 bash[19761]: audit 2024-09-17T11:52:38.664887+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-17 11:43:41.010839902 +0000 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-17 11:43:40.726842424 +0000 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-17 11:43:40.726842424 +0000 2024-09-17T11:52:39.270 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-09-17T11:52:39.271 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:52:39.328 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-17T11:52:39.328 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-17T11:52:39.328 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000468362 s, 1.1 MB/s 2024-09-17T11:52:39.330 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:52:39.378 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-09-17T11:52:39.424 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-17 11:43:41.486835673 +0000 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-17 11:43:41.226837982 +0000 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-17 11:43:41.226837982 +0000 2024-09-17T11:52:39.425 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-09-17T11:52:39.425 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:52:39.482 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-17T11:52:39.482 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-17T11:52:39.482 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000310304 s, 1.6 MB/s 2024-09-17T11:52:39.483 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:52:39.534 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-17 11:43:42.010831018 +0000 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-17 11:43:41.734833469 +0000 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-17 11:43:41.734833469 +0000 2024-09-17T11:52:39.581 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-09-17T11:52:39.581 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:52:39.633 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-17T11:52:39.633 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-17T11:52:39.634 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000283638 s, 1.8 MB/s 2024-09-17T11:52:39.634 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:52:39.682 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-09-17T11:52:39.728 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-17 11:43:42.490826754 +0000 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-17 11:43:42.234829027 +0000 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-17 11:43:42.234829027 +0000 2024-09-17T11:52:39.729 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-09-17T11:52:39.729 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:52:39.781 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-17T11:52:39.782 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-17T11:52:39.782 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000263044 s, 1.9 MB/s 2024-09-17T11:52:39.783 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:52:39.830 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-09-17T11:52:39.830 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:52:39.836 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:52:39.836 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2024-09-17T11:52:39.884 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-17 11:43:38.497863663 +0000 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-17 11:43:38.233866021 +0000 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-17 11:43:38.233866021 +0000 2024-09-17T11:52:39.885 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-09-17T11:52:39.885 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:52:39.939 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-17T11:52:39.939 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-17T11:52:39.939 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000250686 s, 2.0 MB/s 2024-09-17T11:52:39.940 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:52:39.990 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2024-09-17T11:52:40.040 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:52:40.040 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.045 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-17T11:52:40.045 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.045 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-17 11:43:38.773861197 +0000 2024-09-17T11:52:40.046 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-17 11:43:38.769861233 +0000 2024-09-17T11:52:40.046 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-17 11:43:38.769861233 +0000 2024-09-17T11:52:40.046 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-09-17T11:52:40.046 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:52:40.095 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-17T11:52:40.095 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-17T11:52:40.095 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000278804 s, 1.8 MB/s 2024-09-17T11:52:40.096 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:52:40.146 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2024-09-17T11:52:40.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:39 smithi070 bash[21575]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.166 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:52:40.166 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.166 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-09-17T11:52:40.166 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.166 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-17 11:43:39.509854624 +0000 2024-09-17T11:52:40.167 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-17 11:43:39.265856803 +0000 2024-09-17T11:52:40.167 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-17 11:43:39.265856803 +0000 2024-09-17T11:52:40.167 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-09-17T11:52:40.167 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:39 smithi191 bash[21911]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.218 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-17T11:52:40.218 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-17T11:52:40.218 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000285243 s, 1.8 MB/s 2024-09-17T11:52:40.219 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:52:40.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:38.654057+0000 mgr.x (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi040=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:40.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: cephadm 2024-09-17T11:52:38.656926+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi040=x;count:1 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.359266+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.360625+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.367509+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.372402+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.404499+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.405541+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:39 smithi040 bash[19761]: audit 2024-09-17T11:52:39.406514+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:40.269 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2024-09-17T11:52:40.316 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:52:40.316 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-09-17 11:43:39.733852623 +0000 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-09-17 11:43:39.729852657 +0000 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-09-17 11:43:39.729852657 +0000 2024-09-17T11:52:40.317 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-09-17T11:52:40.317 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:52:40.370 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-09-17T11:52:40.371 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-09-17T11:52:40.371 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000293228 s, 1.7 MB/s 2024-09-17T11:52:40.371 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:52:40.422 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T11:52:40.422 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:52:40.428 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:52:40.428 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2024-09-17T11:52:40.477 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 11:43:39.206368738 +0000 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 11:43:38.970370846 +0000 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 11:43:38.970370846 +0000 2024-09-17T11:52:40.478 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T11:52:40.479 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:52:40.531 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T11:52:40.531 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T11:52:40.531 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000431944 s, 1.2 MB/s 2024-09-17T11:52:40.533 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:52:40.581 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2024-09-17T11:52:40.628 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 11:43:39.698364343 +0000 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 11:43:39.446366593 +0000 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 11:43:39.446366593 +0000 2024-09-17T11:52:40.629 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T11:52:40.629 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:52:40.683 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T11:52:40.683 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T11:52:40.683 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000425908 s, 1.2 MB/s 2024-09-17T11:52:40.684 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:52:40.733 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2024-09-17T11:52:40.780 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:52:40.780 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.780 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-09-17T11:52:40.780 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.781 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 11:43:40.186359984 +0000 2024-09-17T11:52:40.781 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 11:43:39.930362271 +0000 2024-09-17T11:52:40.781 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 11:43:39.930362271 +0000 2024-09-17T11:52:40.781 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T11:52:40.781 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:52:40.834 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T11:52:40.834 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T11:52:40.834 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000339444 s, 1.5 MB/s 2024-09-17T11:52:40.835 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:52:40.886 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 11:43:40.666355697 +0000 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 11:43:40.430357805 +0000 2024-09-17T11:52:40.933 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 11:43:40.430357805 +0000 2024-09-17T11:52:40.934 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T11:52:40.934 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:52:40.987 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T11:52:40.987 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T11:52:40.987 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000300381 s, 1.7 MB/s 2024-09-17T11:52:40.988 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:52:41.037 INFO:tasks.cephadm:Deploying osd.0 on smithi040 with /dev/vg_nvme/lv_4... 2024-09-17T11:52:41.038 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:40 smithi070 bash[21575]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:41.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:40 smithi191 bash[21911]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:41.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.190 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cephadm 2024-09-17T11:52:39.404009+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:52:41.191 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.191 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cephadm 2024-09-17T11:52:39.407637+0000 mgr.x (mgr.14152) 98 : cephadm [INF] Reconfiguring daemon mgr.x on smithi040 2024-09-17T11:52:41.191 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:41.191 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:40 smithi040 bash[19761]: cluster 2024-09-17T11:52:39.426772+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-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:43 smithi070 bash[21575]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:43 smithi191 bash[21911]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: cluster 2024-09-17T11:52:41.427014+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-17T11:52:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: audit 2024-09-17T11:52:42.041953+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:43.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:43 smithi040 bash[19761]: audit 2024-09-17T11:52:42.050117+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:52:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:45 smithi070 bash[21575]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:45 smithi070 bash[21575]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:45 smithi191 bash[21911]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:45 smithi191 bash[21911]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:45 smithi040 bash[19761]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:45 smithi040 bash[19761]: cluster 2024-09-17T11:52:43.427412+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-17T11:52:45.776 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:52:47.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:47 smithi070 bash[21575]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:47.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:47 smithi070 bash[21575]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:47.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:47 smithi191 bash[21911]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:47.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:47 smithi191 bash[21911]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:47 smithi040 bash[19761]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:47 smithi040 bash[19761]: cluster 2024-09-17T11:52:45.427841+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-17T11:52:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:49 smithi070 bash[21575]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:49 smithi070 bash[21575]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:49 smithi040 bash[19761]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.427 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:49 smithi040 bash[19761]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:49 smithi191 bash[21911]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:49 smithi191 bash[21911]: cluster 2024-09-17T11:52:47.428310+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-17T11:52:49.784 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:52:49.837 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi040:vg_nvme/lv_4 2024-09-17T11:52:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:51 smithi070 bash[21575]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:51 smithi070 bash[21575]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:51 smithi191 bash[21911]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:51 smithi191 bash[21911]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:51 smithi040 bash[19761]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:51 smithi040 bash[19761]: cluster 2024-09-17T11:52:49.428756+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-17T11:52:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:53 smithi070 bash[21575]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:53 smithi070 bash[21575]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:53 smithi191 bash[21911]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:53 smithi191 bash[21911]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:53 smithi040 bash[19761]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:53 smithi040 bash[19761]: cluster 2024-09-17T11:52:51.429204+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-17T11:52:54.570 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:52:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:55 smithi070 bash[21575]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:55 smithi070 bash[21575]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:55 smithi191 bash[21911]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:55 smithi191 bash[21911]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:55.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:55 smithi040 bash[19761]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:55.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:55 smithi040 bash[19761]: cluster 2024-09-17T11:52:53.429635+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-17T11:52:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:57.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:57 smithi070 bash[21575]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:57.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:57.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:57 smithi191 bash[21911]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:57.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: cluster 2024-09-17T11:52:55.430141+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-17T11:52:57.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.069243+0000 mgr.x (mgr.14152) 108 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.073640+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.079051+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:57.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:57 smithi040 bash[19761]: audit 2024-09-17T11:52:56.080540+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:52:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:59 smithi070 bash[21575]: cluster 2024-09-17T11:52:57.430609+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-17T11:52:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:52:59 smithi070 bash[21575]: cluster 2024-09-17T11:52:57.430609+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-17T11:52:59.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:59 smithi191 bash[21911]: cluster 2024-09-17T11:52:57.430609+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-17T11:52:59.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:52:59 smithi191 bash[21911]: cluster 2024-09-17T11:52:57.430609+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-17T11:52:59.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:59 smithi040 bash[19761]: cluster 2024-09-17T11:52:57.430609+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-17T11:52:59.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:52:59 smithi040 bash[19761]: cluster 2024-09-17T11:52:57.430609+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-17T11:53:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:01 smithi070 bash[21575]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:01 smithi070 bash[21575]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:01 smithi191 bash[21911]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:01 smithi191 bash[21911]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:01 smithi040 bash[19761]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:01 smithi040 bash[19761]: cluster 2024-09-17T11:52:59.431055+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-17T11:53:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:03 smithi070 bash[21575]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:03 smithi070 bash[21575]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:03 smithi191 bash[21911]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:03 smithi191 bash[21911]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:03.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:03 smithi040 bash[19761]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:03.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:03 smithi040 bash[19761]: cluster 2024-09-17T11:53:01.431504+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-17T11:53:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:05.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:05 smithi070 bash[21575]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:05 smithi191 bash[21911]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: cluster 2024-09-17T11:53:03.431935+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-17T11:53:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.722368+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"} : dispatch 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.724760+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.40:0/2154477546' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba808657-1f71-4182-aeb5-df9f2739848a"}]': finished 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: cluster 2024-09-17T11:53:04.729173+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:05 smithi040 bash[19761]: audit 2024-09-17T11:53:04.729454+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:06.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:06 smithi070 bash[21575]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:06.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:06 smithi070 bash[21575]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:06.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:06 smithi191 bash[21911]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:06.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:06 smithi191 bash[21911]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:06.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:06 smithi040 bash[19761]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:06.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:06 smithi040 bash[19761]: audit 2024-09-17T11:53:05.349276+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.40:0/1097441482' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:53:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:07 smithi070 bash[21575]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:07 smithi070 bash[21575]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:07 smithi191 bash[21911]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:07 smithi191 bash[21911]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:07.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:07 smithi040 bash[19761]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:07.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:07 smithi040 bash[19761]: cluster 2024-09-17T11:53:05.432258+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-17T11:53:09.150 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:09 smithi040 bash[19761]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:09.150 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:09 smithi040 bash[19761]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:09 smithi070 bash[21575]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:09 smithi070 bash[21575]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:09 smithi191 bash[21911]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:09 smithi191 bash[21911]: cluster 2024-09-17T11:53:07.432583+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-17T11:53:11.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:11 smithi070 bash[21575]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:11.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:11 smithi070 bash[21575]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:11 smithi191 bash[21911]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:11 smithi191 bash[21911]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:11 smithi040 bash[19761]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:11 smithi040 bash[19761]: cluster 2024-09-17T11:53:09.432922+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-17T11:53:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:13 smithi070 bash[21575]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:13 smithi070 bash[21575]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:13 smithi191 bash[21911]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:13 smithi191 bash[21911]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:13 smithi040 bash[19761]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:13 smithi040 bash[19761]: cluster 2024-09-17T11:53:11.433328+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-17T11:53:15.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:15 smithi040 bash[19761]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:15.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:15 smithi040 bash[19761]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:15 smithi070 bash[21575]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:15 smithi070 bash[21575]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:15 smithi191 bash[21911]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:15 smithi191 bash[21911]: cluster 2024-09-17T11:53:13.433745+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-17T11:53:17.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:17 smithi070 bash[21575]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:17.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:17 smithi070 bash[21575]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:17.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:17 smithi191 bash[21911]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:17.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:17 smithi191 bash[21911]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:17.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:17 smithi040 bash[19761]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:17.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:17 smithi040 bash[19761]: cluster 2024-09-17T11:53:15.434147+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-17T11:53:19.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:19.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:19 smithi070 bash[21575]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:19.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:19 smithi191 bash[21911]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:19.456 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.456 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: cluster 2024-09-17T11:53:17.434566+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-17T11:53:19.456 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.456 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: audit 2024-09-17T11:53:18.837739+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:53:19.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:19.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:19 smithi040 bash[19761]: audit 2024-09-17T11:53:18.839523+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:20.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:20 smithi070 bash[21575]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:20.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:20 smithi070 bash[21575]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:20.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:20 smithi191 bash[21911]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:20.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:20 smithi191 bash[21911]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:20.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:20 smithi040 bash[19761]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:20.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:20 smithi040 bash[19761]: cephadm 2024-09-17T11:53:18.841120+0000 mgr.x (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-09-17T11:53:21.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:21 smithi040 bash[19761]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:21.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:21 smithi040 bash[19761]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:21.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:21 smithi070 bash[21575]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:21.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:21 smithi070 bash[21575]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:21.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:21 smithi191 bash[21911]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:21.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:21 smithi191 bash[21911]: cluster 2024-09-17T11:53:19.434950+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-17T11:53:23.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:23 smithi070 bash[21575]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:23 smithi070 bash[21575]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:23 smithi191 bash[21911]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:23 smithi191 bash[21911]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:23 smithi040 bash[19761]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:23 smithi040 bash[19761]: cluster 2024-09-17T11:53:21.435362+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-17T11:53:23.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:23 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:53:23.835 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:53:23 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:53:24.139 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:53:23 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:53:24.139 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:23 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:53:24.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:24 smithi070 bash[21575]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:24 smithi191 bash[21911]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.093091+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.096796+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:24.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:24 smithi040 bash[19761]: audit 2024-09-17T11:53:24.100954+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:25.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:25 smithi070 bash[21575]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:25.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:25 smithi070 bash[21575]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:25.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:25 smithi191 bash[21911]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:25.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:25 smithi191 bash[21911]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:25.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:25 smithi040 bash[19761]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:25.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:25 smithi040 bash[19761]: cluster 2024-09-17T11:53:23.435804+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-17T11:53:27.339 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:27 smithi040 bash[19761]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:27.339 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:27 smithi040 bash[19761]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:27 smithi070 bash[21575]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:27.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:27 smithi070 bash[21575]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:27 smithi191 bash[21911]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:27.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:27 smithi191 bash[21911]: cluster 2024-09-17T11:53:25.436129+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-17T11:53:29.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:29 smithi070 bash[21575]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:29.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:29 smithi070 bash[21575]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:29.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:29 smithi191 bash[21911]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:29.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:29 smithi191 bash[21911]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:29.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:29 smithi040 bash[19761]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:29.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:29 smithi040 bash[19761]: cluster 2024-09-17T11:53:27.436482+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-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:30 smithi040 bash[19761]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:30 smithi070 bash[21575]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:29.368386+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:29.372304+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: cluster 2024-09-17T11:53:29.436792+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-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.007062+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.008285+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:30.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:30 smithi191 bash[21911]: audit 2024-09-17T11:53:30.016715+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:32 smithi070 bash[21575]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:32 smithi070 bash[21575]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:32.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:32 smithi191 bash[21911]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:32.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:32 smithi191 bash[21911]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:32 smithi040 bash[19761]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:32 smithi040 bash[19761]: cluster 2024-09-17T11:53:31.437223+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-17T11:53:33.967 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 0 on host 'smithi040' 2024-09-17T11:53:34.559 DEBUG:teuthology.orchestra.run.smithi040:osd.0> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T11:53:34.562 INFO:tasks.cephadm:Deploying osd.1 on smithi040 with /dev/vg_nvme/lv_3... 2024-09-17T11:53:34.562 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:53:34.610 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.610 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.610 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.610 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:34.611 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:34 smithi040 bash[19761]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:34.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:34.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:34 smithi070 bash[21575]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:34.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: cluster 2024-09-17T11:53:33.437670+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-17T11:53:34.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.949118+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.955161+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:33.961333+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:34.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:34 smithi191 bash[21911]: audit 2024-09-17T11:53:34.346655+0000 mon.a (mon.0) 290 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:53:36.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:35 smithi070 bash[21575]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:35 smithi191 bash[21911]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.961271+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:53:36.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: cluster 2024-09-17T11:53:34.967224+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:53:36.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.967629+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:53:36.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:35 smithi040 bash[19761]: audit 2024-09-17T11:53:34.968156+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:36.473 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[31825]: debug 2024-09-17T11:53:36.001+0000 7f5be6363640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T11:53:36.473 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[31825]: debug 2024-09-17T11:53:36.005+0000 7f5be218a640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:53:37.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:36 smithi070 bash[21575]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:36 smithi191 bash[21911]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.438075+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.963564+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.969880+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:53:37.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.970997+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:37.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:36 smithi040 bash[19761]: audit 2024-09-17T11:53:35.980012+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:37 smithi070 bash[21575]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:37 smithi191 bash[21911]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.344334+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:35.344466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:36.980503+0000 mon.a (mon.0) 299 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2177849531,v1:172.21.15.40:6803/2177849531] boot 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: cluster 2024-09-17T11:53:36.980561+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:53:38.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:38.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:37 smithi040 bash[19761]: audit 2024-09-17T11:53:36.981198+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:53:39.008 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:53:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:38 smithi070 bash[21575]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:38 smithi070 bash[21575]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:38 smithi070 bash[21575]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:38 smithi070 bash[21575]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:38 smithi191 bash[21911]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:38 smithi191 bash[21911]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:38 smithi191 bash[21911]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:38 smithi191 bash[21911]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:38 smithi040 bash[19761]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:38 smithi040 bash[19761]: cluster 2024-09-17T11:53:37.438462+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:53:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:38 smithi040 bash[19761]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:38 smithi040 bash[19761]: cluster 2024-09-17T11:53:37.996555+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:53:41.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:40 smithi070 bash[21575]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:41.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:40 smithi070 bash[21575]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:41.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:40 smithi191 bash[21911]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:41.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:40 smithi191 bash[21911]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:40 smithi040 bash[19761]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:41.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:40 smithi040 bash[19761]: cluster 2024-09-17T11:53:39.438943+0000 mgr.x (mgr.14152) 131 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:43 smithi040 bash[19761]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:43 smithi040 bash[19761]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:43 smithi070 bash[21575]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:43 smithi070 bash[21575]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:43 smithi191 bash[21911]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:43 smithi191 bash[21911]: cluster 2024-09-17T11:53:41.439394+0000 mgr.x (mgr.14152) 132 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:43.694 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:53:43.746 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi040:vg_nvme/lv_3 2024-09-17T11:53:45.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:45 smithi040 bash[19761]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:45.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:45 smithi040 bash[19761]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:45 smithi070 bash[21575]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:45 smithi070 bash[21575]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:45 smithi191 bash[21911]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:45 smithi191 bash[21911]: cluster 2024-09-17T11:53:43.439867+0000 mgr.x (mgr.14152) 133 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:47 smithi070 bash[21575]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:47 smithi191 bash[21911]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: cluster 2024-09-17T11:53:45.440319+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.886212+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.893521+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.896039+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.903232+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.907330+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.909015+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:47.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:47 smithi040 bash[19761]: audit 2024-09-17T11:53:46.917929+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:53:48.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:48 smithi070 bash[21575]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:48 smithi070 bash[21575]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:48 smithi070 bash[21575]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:48.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:48 smithi070 bash[21575]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:48.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:48 smithi191 bash[21911]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:48 smithi191 bash[21911]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:48 smithi191 bash[21911]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:48.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:48 smithi191 bash[21911]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:48.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:48 smithi040 bash[19761]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:48 smithi040 bash[19761]: cephadm 2024-09-17T11:53:46.878077+0000 mgr.x (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:53:48.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:48 smithi040 bash[19761]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:48.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:48 smithi040 bash[19761]: cephadm 2024-09-17T11:53:46.897517+0000 mgr.x (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 17269M 2024-09-17T11:53:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:49 smithi070 bash[21575]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:49 smithi070 bash[21575]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:49 smithi191 bash[21911]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:49 smithi191 bash[21911]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:49 smithi040 bash[19761]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:49 smithi040 bash[19761]: cluster 2024-09-17T11:53:47.440774+0000 mgr.x (mgr.14152) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:49.801 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:53:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:51 smithi040 bash[19761]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:51 smithi040 bash[19761]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:51 smithi070 bash[21575]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:51 smithi070 bash[21575]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:51 smithi191 bash[21911]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:51 smithi191 bash[21911]: cluster 2024-09-17T11:53:49.441256+0000 mgr.x (mgr.14152) 138 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:52.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:52.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:52 smithi070 bash[21575]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:52.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:52 smithi191 bash[21911]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.250713+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.256162+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:52.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:52 smithi040 bash[19761]: audit 2024-09-17T11:53:51.257514+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:53:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:53 smithi070 bash[21575]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:53 smithi070 bash[21575]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:53 smithi070 bash[21575]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:53 smithi070 bash[21575]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:53 smithi191 bash[21911]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:53 smithi191 bash[21911]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:53 smithi191 bash[21911]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:53 smithi191 bash[21911]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:53 smithi040 bash[19761]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:53 smithi040 bash[19761]: audit 2024-09-17T11:53:51.246682+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:53:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:53 smithi040 bash[19761]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:53.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:53 smithi040 bash[19761]: cluster 2024-09-17T11:53:51.441725+0000 mgr.x (mgr.14152) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:55 smithi070 bash[21575]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:55 smithi070 bash[21575]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:55 smithi191 bash[21911]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:55 smithi191 bash[21911]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:55 smithi040 bash[19761]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:55.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:55 smithi040 bash[19761]: cluster 2024-09-17T11:53:53.442184+0000 mgr.x (mgr.14152) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:57 smithi040 bash[19761]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.299 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:57 smithi040 bash[19761]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:57 smithi070 bash[21575]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:57 smithi070 bash[21575]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:57 smithi191 bash[21911]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:57 smithi191 bash[21911]: cluster 2024-09-17T11:53:55.442663+0000 mgr.x (mgr.14152) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:59 smithi070 bash[21575]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:53:59 smithi070 bash[21575]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:59 smithi191 bash[21911]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:53:59 smithi191 bash[21911]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:59 smithi040 bash[19761]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:53:59.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:53:59 smithi040 bash[19761]: cluster 2024-09-17T11:53:57.443094+0000 mgr.x (mgr.14152) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:00.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:00.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:00 smithi070 bash[21575]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:00.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:00 smithi191 bash[21911]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.896325+0000 mon.a (mon.0) 313 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"} : dispatch 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.900972+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.40:0/3390762398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1675c7-6e16-4160-8619-260e96b4e7a7"}]': finished 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: cluster 2024-09-17T11:53:59.906323+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:00.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:00 smithi040 bash[19761]: audit 2024-09-17T11:53:59.906733+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:01 smithi070 bash[21575]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:01 smithi070 bash[21575]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:01 smithi070 bash[21575]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:01 smithi070 bash[21575]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:01 smithi191 bash[21911]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:01 smithi191 bash[21911]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:01 smithi191 bash[21911]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:01 smithi191 bash[21911]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:01 smithi040 bash[19761]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:01 smithi040 bash[19761]: cluster 2024-09-17T11:53:59.443610+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:01 smithi040 bash[19761]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:01.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:01 smithi040 bash[19761]: audit 2024-09-17T11:54:00.513389+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.40:0/421064879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:03 smithi070 bash[21575]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:03 smithi070 bash[21575]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:03 smithi191 bash[21911]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:03 smithi191 bash[21911]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:03.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:03 smithi040 bash[19761]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:03.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:03 smithi040 bash[19761]: cluster 2024-09-17T11:54:01.444042+0000 mgr.x (mgr.14152) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:05 smithi070 bash[21575]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:05 smithi070 bash[21575]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:05 smithi191 bash[21911]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:05 smithi191 bash[21911]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:05 smithi040 bash[19761]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:05 smithi040 bash[19761]: cluster 2024-09-17T11:54:03.444458+0000 mgr.x (mgr.14152) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:07 smithi070 bash[21575]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:07 smithi070 bash[21575]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:07 smithi191 bash[21911]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:07 smithi191 bash[21911]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:07 smithi040 bash[19761]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:07 smithi040 bash[19761]: cluster 2024-09-17T11:54:05.444894+0000 mgr.x (mgr.14152) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:09 smithi070 bash[21575]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:09 smithi070 bash[21575]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:09 smithi191 bash[21911]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:09 smithi191 bash[21911]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:09 smithi040 bash[19761]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:09.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:09 smithi040 bash[19761]: cluster 2024-09-17T11:54:07.445331+0000 mgr.x (mgr.14152) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.216 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:11 smithi040 bash[19761]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.216 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:11 smithi040 bash[19761]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:11 smithi070 bash[21575]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:11 smithi070 bash[21575]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:11 smithi191 bash[21911]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:11 smithi191 bash[21911]: cluster 2024-09-17T11:54:09.445797+0000 mgr.x (mgr.14152) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:13 smithi070 bash[21575]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:13 smithi070 bash[21575]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:13 smithi191 bash[21911]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:13 smithi191 bash[21911]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:13 smithi040 bash[19761]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:13 smithi040 bash[19761]: cluster 2024-09-17T11:54:11.446260+0000 mgr.x (mgr.14152) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:14 smithi070 bash[21575]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:14 smithi070 bash[21575]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:14 smithi070 bash[21575]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:14 smithi070 bash[21575]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:14.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:14 smithi191 bash[21911]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:14 smithi191 bash[21911]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:14 smithi191 bash[21911]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:14.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:14 smithi191 bash[21911]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:14.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:14 smithi040 bash[19761]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:14 smithi040 bash[19761]: audit 2024-09-17T11:54:13.655710+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:54:14.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:14 smithi040 bash[19761]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:14.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:14 smithi040 bash[19761]: audit 2024-09-17T11:54:13.657246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:15.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:15 smithi040 bash[19761]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:15 smithi040 bash[19761]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:15 smithi040 bash[19761]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:15.358 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:15 smithi040 bash[19761]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:15 smithi070 bash[21575]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:15 smithi070 bash[21575]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:15 smithi070 bash[21575]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:15.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:15 smithi070 bash[21575]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:15 smithi191 bash[21911]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:15 smithi191 bash[21911]: cluster 2024-09-17T11:54:13.446713+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:15 smithi191 bash[21911]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:15.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:15 smithi191 bash[21911]: cephadm 2024-09-17T11:54:13.658459+0000 mgr.x (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi040 2024-09-17T11:54:17.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:17 smithi040 bash[19761]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:17.189 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:17 smithi040 bash[19761]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:17.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:17 smithi070 bash[21575]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:17.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:17 smithi070 bash[21575]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:17.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:17 smithi191 bash[21911]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:17.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:17 smithi191 bash[21911]: cluster 2024-09-17T11:54:15.447181+0000 mgr.x (mgr.14152) 153 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:18.352 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:18.353 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:18.353 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:18.721 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:18.722 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:18.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:18 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:54:19.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:19 smithi070 bash[21575]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:19 smithi191 bash[21911]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: cluster 2024-09-17T11:54:17.447633+0000 mgr.x (mgr.14152) 154 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.497039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.500513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:19.439 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:19 smithi040 bash[19761]: audit 2024-09-17T11:54:18.504494+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:21.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:21 smithi070 bash[21575]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:21.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:21 smithi070 bash[21575]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:21.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:21 smithi191 bash[21911]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:21.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:21 smithi191 bash[21911]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:21.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:21 smithi040 bash[19761]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:21.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:21 smithi040 bash[19761]: cluster 2024-09-17T11:54:19.447952+0000 mgr.x (mgr.14152) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:23 smithi040 bash[19761]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:23 smithi040 bash[19761]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:23 smithi070 bash[21575]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:23 smithi070 bash[21575]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:23 smithi191 bash[21911]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:23.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:23 smithi191 bash[21911]: cluster 2024-09-17T11:54:21.448328+0000 mgr.x (mgr.14152) 156 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:24 smithi070 bash[21575]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:24 smithi191 bash[21911]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: cluster 2024-09-17T11:54:23.448774+0000 mgr.x (mgr.14152) 157 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.783199+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.787164+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.787894+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.788651+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:25.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:24 smithi040 bash[19761]: audit 2024-09-17T11:54:23.792744+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:27.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:26 smithi070 bash[21575]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:27.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:26 smithi070 bash[21575]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:27.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:26 smithi191 bash[21911]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:27.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:26 smithi191 bash[21911]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:26 smithi040 bash[19761]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:27.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:26 smithi040 bash[19761]: cluster 2024-09-17T11:54:25.449199+0000 mgr.x (mgr.14152) 158 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:28.115 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 1 on host 'smithi040' 2024-09-17T11:54:28.790 DEBUG:teuthology.orchestra.run.smithi040:osd.1> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T11:54:28.792 INFO:tasks.cephadm:Deploying osd.2 on smithi070 with /dev/vg_nvme/lv_4... 2024-09-17T11:54:28.793 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:54:29.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:28 smithi070 bash[21575]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:28 smithi191 bash[21911]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: cluster 2024-09-17T11:54:27.449520+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.000002+0000 mon.a (mon.0) 328 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.095423+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.101565+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:29.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:28 smithi040 bash[19761]: audit 2024-09-17T11:54:28.108292+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:30.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:29 smithi070 bash[21575]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:29 smithi191 bash[21911]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.798482+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.801308+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.801570+0000 mon.a (mon.0) 334 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-17T11:54:30.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:29 smithi040 bash[19761]: audit 2024-09-17T11:54:28.801831+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:30.722 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[37420]: debug 2024-09-17T11:54:30.337+0000 7fc25d6dc640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T11:54:30.722 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[37420]: debug 2024-09-17T11:54:30.373+0000 7fc2554fb640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:54:31.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:30 smithi070 bash[21575]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:30 smithi191 bash[21911]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: cluster 2024-09-17T11:54:29.449919+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.802091+0000 mon.a (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: cluster 2024-09-17T11:54:29.806964+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.808618+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:29.823450+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:30 smithi040 bash[19761]: audit 2024-09-17T11:54:30.347966+0000 mon.a (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861]' entity='osd.1' 2024-09-17T11:54:32.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:31 smithi070 bash[21575]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:31 smithi191 bash[21911]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.972142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:28.972304+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: audit 2024-09-17T11:54:30.819749+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.355425+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.40:6810/4294543861,v1:172.21.15.40:6811/4294543861] boot 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.355541+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:54:32.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:31 smithi040 bash[19761]: audit 2024-09-17T11:54:31.355897+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:54:32.512 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:54:32.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:32 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:32.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:32 smithi070 bash[21575]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:33.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:32 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:33.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:32 smithi191 bash[21911]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:32 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:33.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:32 smithi040 bash[19761]: cluster 2024-09-17T11:54:31.450438+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:54:34.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:33 smithi070 bash[21575]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:34.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:33 smithi070 bash[21575]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:34.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:33 smithi191 bash[21911]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:34.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:33 smithi191 bash[21911]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:34.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:33 smithi040 bash[19761]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:34.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:33 smithi040 bash[19761]: cluster 2024-09-17T11:54:32.833872+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:54:35.118 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:34 smithi070 bash[21575]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:35.119 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:34 smithi070 bash[21575]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:34 smithi191 bash[21911]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:34 smithi191 bash[21911]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:35.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:34 smithi040 bash[19761]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:35.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:34 smithi040 bash[19761]: cluster 2024-09-17T11:54:33.450936+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:36.177 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-17T11:54:36.227 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_4 2024-09-17T11:54:37.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:36 smithi070 bash[21575]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:37.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:36 smithi070 bash[21575]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:37.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:36 smithi191 bash[21911]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:37.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:36 smithi191 bash[21911]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:36 smithi040 bash[19761]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:37.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:36 smithi040 bash[19761]: cluster 2024-09-17T11:54:35.451405+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:39 smithi070 bash[21575]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:39 smithi191 bash[21911]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cluster 2024-09-17T11:54:37.451910+0000 mgr.x (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cephadm 2024-09-17T11:54:38.051458+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Detected new or changed devices on smithi040 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.059822+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.067471+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.070030+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.071531+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: cephadm 2024-09-17T11:54:38.072676+0000 mgr.x (mgr.14152) 166 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 8634M 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.078524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.082907+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.084623+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:39 smithi040 bash[19761]: audit 2024-09-17T11:54:38.093902+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:54:39.945 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:54:41.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:41 smithi070 bash[21575]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:41.437 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:41 smithi070 bash[21575]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:41.438 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:41 smithi191 bash[21911]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:41.438 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:41 smithi191 bash[21911]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:41 smithi040 bash[19761]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:41 smithi040 bash[19761]: cluster 2024-09-17T11:54:39.452408+0000 mgr.x (mgr.14152) 167 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:42.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:42.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:42 smithi070 bash[21575]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:42.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:42 smithi191 bash[21911]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:42.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.304780+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:54:42.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.310772+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:54:42.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:42.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:42 smithi040 bash[19761]: audit 2024-09-17T11:54:41.312437+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:54:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:43 smithi070 bash[21575]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:43 smithi070 bash[21575]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:43 smithi070 bash[21575]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:43.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:43 smithi070 bash[21575]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:43 smithi191 bash[21911]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:43 smithi191 bash[21911]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:43 smithi191 bash[21911]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:43.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:43 smithi191 bash[21911]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:43.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:43 smithi040 bash[19761]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:43 smithi040 bash[19761]: audit 2024-09-17T11:54:41.297973+0000 mgr.x (mgr.14152) 168 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:54:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:43 smithi040 bash[19761]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:43.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:43 smithi040 bash[19761]: cluster 2024-09-17T11:54:41.452867+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:45 smithi070 bash[21575]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:45 smithi070 bash[21575]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:45 smithi191 bash[21911]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:45 smithi191 bash[21911]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:45 smithi040 bash[19761]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:45.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:45 smithi040 bash[19761]: cluster 2024-09-17T11:54:43.453361+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.336 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:47 smithi070 bash[21575]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.337 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:47 smithi070 bash[21575]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:47 smithi191 bash[21911]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:47 smithi191 bash[21911]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:47 smithi040 bash[19761]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:47.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:47 smithi040 bash[19761]: cluster 2024-09-17T11:54:45.453817+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:49 smithi070 bash[21575]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:49 smithi070 bash[21575]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:49 smithi191 bash[21911]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:49 smithi191 bash[21911]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:49 smithi040 bash[19761]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:49.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:49 smithi040 bash[19761]: cluster 2024-09-17T11:54:47.454275+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:50.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:50 smithi070 bash[21575]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:50.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:50 smithi191 bash[21911]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:50.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.664242+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.664557+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.70:0/118648733' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"} : dispatch 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.667320+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98b4aa24-8c7a-4274-9fea-c6fe850942c0"}]': finished 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: cluster 2024-09-17T11:54:49.672265+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:50.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:50 smithi040 bash[19761]: audit 2024-09-17T11:54:49.672859+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:54:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:51 smithi070 bash[21575]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:51 smithi070 bash[21575]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:51 smithi070 bash[21575]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:51 smithi070 bash[21575]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:51.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:51 smithi191 bash[21911]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:51 smithi191 bash[21911]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:51 smithi191 bash[21911]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:51.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:51 smithi191 bash[21911]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:51.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:51 smithi040 bash[19761]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:51 smithi040 bash[19761]: cluster 2024-09-17T11:54:49.454736+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:51 smithi040 bash[19761]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:51.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:51 smithi040 bash[19761]: audit 2024-09-17T11:54:50.288886+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.70:0/3124776447' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:54:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:53 smithi070 bash[21575]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:53.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:53 smithi070 bash[21575]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:53 smithi191 bash[21911]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:53 smithi191 bash[21911]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:53.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:53 smithi040 bash[19761]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:53.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:53 smithi040 bash[19761]: cluster 2024-09-17T11:54:51.455316+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:55 smithi070 bash[21575]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:55 smithi070 bash[21575]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:55 smithi191 bash[21911]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:55 smithi191 bash[21911]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:55 smithi040 bash[19761]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:55.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:55 smithi040 bash[19761]: cluster 2024-09-17T11:54:53.455850+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:57 smithi070 bash[21575]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:57 smithi070 bash[21575]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:57 smithi191 bash[21911]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:57 smithi191 bash[21911]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:57 smithi040 bash[19761]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:57.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:57 smithi040 bash[19761]: cluster 2024-09-17T11:54:55.456295+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:59 smithi070 bash[21575]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:54:59 smithi070 bash[21575]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:59 smithi191 bash[21911]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:54:59 smithi191 bash[21911]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:59 smithi040 bash[19761]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:54:59.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:54:59 smithi040 bash[19761]: cluster 2024-09-17T11:54:57.456756+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:01 smithi070 bash[21575]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:01 smithi070 bash[21575]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.426 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:01 smithi040 bash[19761]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.426 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:01 smithi040 bash[19761]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:01 smithi191 bash[21911]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:01.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:01 smithi191 bash[21911]: cluster 2024-09-17T11:54:59.457241+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:03 smithi070 bash[21575]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:03 smithi070 bash[21575]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:03 smithi191 bash[21911]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:03 smithi191 bash[21911]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:03 smithi040 bash[19761]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:03.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:03 smithi040 bash[19761]: cluster 2024-09-17T11:55:01.457708+0000 mgr.x (mgr.14152) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:04.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:04 smithi070 bash[21575]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:04.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:04 smithi191 bash[21911]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:04.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: audit 2024-09-17T11:55:03.168366+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:55:04.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: audit 2024-09-17T11:55:03.170080+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:04.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:04.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:04 smithi040 bash[19761]: cephadm 2024-09-17T11:55:03.171643+0000 mgr.x (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi070 2024-09-17T11:55:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:05 smithi070 bash[21575]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:05 smithi070 bash[21575]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:05 smithi191 bash[21911]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:05 smithi191 bash[21911]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:05 smithi040 bash[19761]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:05 smithi040 bash[19761]: cluster 2024-09-17T11:55:03.458190+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:07 smithi070 bash[21575]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:07 smithi070 bash[21575]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:07 smithi191 bash[21911]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:07 smithi191 bash[21911]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:07 smithi040 bash[19761]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:07 smithi040 bash[19761]: cluster 2024-09-17T11:55:05.458661+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:07.763 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:07 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:55:08.139 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:07 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:08 smithi070 bash[21575]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:08 smithi191 bash[21911]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.906536+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.913659+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:08.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:08 smithi040 bash[19761]: audit 2024-09-17T11:55:07.921101+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:09 smithi070 bash[21575]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:09.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:09 smithi070 bash[21575]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:09 smithi191 bash[21911]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:09 smithi191 bash[21911]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:09 smithi040 bash[19761]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:09 smithi040 bash[19761]: cluster 2024-09-17T11:55:07.459110+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.213 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:11 smithi070 bash[21575]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.213 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:11 smithi070 bash[21575]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:11 smithi191 bash[21911]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:11 smithi191 bash[21911]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:11 smithi040 bash[19761]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:11 smithi040 bash[19761]: cluster 2024-09-17T11:55:09.459599+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:13 smithi070 bash[21575]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:13 smithi070 bash[21575]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:13 smithi191 bash[21911]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:13 smithi191 bash[21911]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:13 smithi040 bash[19761]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:13 smithi040 bash[19761]: cluster 2024-09-17T11:55:11.460065+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:14 smithi070 bash[21575]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:14 smithi191 bash[21911]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.298714+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.306367+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.308177+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.309974+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: audit 2024-09-17T11:55:13.319284+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:14.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:14 smithi040 bash[19761]: cluster 2024-09-17T11:55:13.460643+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:16 smithi070 bash[21575]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:16 smithi070 bash[21575]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:16 smithi191 bash[21911]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:16 smithi191 bash[21911]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:16 smithi040 bash[19761]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:16 smithi040 bash[19761]: cluster 2024-09-17T11:55:15.461148+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:17.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:17 smithi070 bash[21575]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:17 smithi070 bash[21575]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:17 smithi070 bash[21575]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:17 smithi070 bash[21575]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.823 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 2 on host 'smithi070' 2024-09-17T11:55:17.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:17 smithi191 bash[21911]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:17 smithi191 bash[21911]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:17 smithi191 bash[21911]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:17 smithi191 bash[21911]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:17 smithi040 bash[19761]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:17 smithi040 bash[19761]: audit 2024-09-17T11:55:17.308304+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:17 smithi040 bash[19761]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:17 smithi040 bash[19761]: audit 2024-09-17T11:55:17.308454+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:55:18.403 DEBUG:teuthology.orchestra.run.smithi070:osd.2> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T11:55:18.406 INFO:tasks.cephadm:Deploying osd.3 on smithi070 with /dev/vg_nvme/lv_3... 2024-09-17T11:55:18.406 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[21575]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:18 smithi191 bash[21911]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: cluster 2024-09-17T11:55:17.461604+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.525457+0000 mon.a (mon.0) 372 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: cluster 2024-09-17T11:55:17.529899+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.530403+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.531243+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.531320+0000 mon.a (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.801940+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.808674+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:18.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:18 smithi040 bash[19761]: audit 2024-09-17T11:55:17.815979+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:19.160 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[24207]: debug 2024-09-17T11:55:18.795+0000 7fdaf776d640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T11:55:19.160 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 11:55:18 smithi070 bash[24207]: debug 2024-09-17T11:55:18.827+0000 7fdaeed78640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:55:19.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:19.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:19 smithi070 bash[21575]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:19.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:19 smithi191 bash[21911]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:19.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.527906+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=smithi070", "root=default"]}]': finished 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.532908+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.533941+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.542528+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:19.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:19 smithi040 bash[19761]: audit 2024-09-17T11:55:18.805315+0000 mon.a (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:20.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:20 smithi070 bash[21575]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:20.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:20 smithi191 bash[21911]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.288192+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:18.288319+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.462082+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.543356+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.814468+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.70:6800/4249534898,v1:172.21.15.70:6801/4249534898] boot 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: cluster 2024-09-17T11:55:19.814583+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:55:20.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.814805+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:55:20.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:20.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:20 smithi040 bash[19761]: audit 2024-09-17T11:55:19.992442+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:21 smithi070 bash[21575]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:21 smithi191 bash[21911]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: audit 2024-09-17T11:55:20.812713+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:22.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: cluster 2024-09-17T11:55:20.817390+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:55:22.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:21 smithi040 bash[19761]: audit 2024-09-17T11:55:20.819568+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:55:22.844 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:55:23.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.163 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.164 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:22 smithi070 bash[21575]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.182 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.183 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.184 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:22 smithi191 bash[21911]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.462643+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.812683+0000 mon.a (mon.0) 392 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:21.821340+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: cluster 2024-09-17T11:55:21.827676+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:55:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.057626+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.205637+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.208656+0000 mon.a (mon.0) 397 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266137+0000 mon.a (mon.0) 398 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266503+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.266901+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.267172+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270760+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270927+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.270958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.271202+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.329336+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.375851+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379495+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379886+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.379911+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.380448+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:55:23.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:23.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:22 smithi040 bash[19761]: audit 2024-09-17T11:55:22.431874+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:55:24.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:23 smithi070 bash[21575]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:23 smithi070 bash[21575]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:23 smithi191 bash[21911]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:23 smithi191 bash[21911]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:23 smithi040 bash[19761]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:23 smithi040 bash[19761]: cluster 2024-09-17T11:55:22.840059+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:55:24.937 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:24.937 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:24.937 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:24.937 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:24.937 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:24 smithi191 bash[21911]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:25.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.463193+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:25.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:25.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.835288+0000 mon.a (mon.0) 410 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:55:25.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:24 smithi040 bash[19761]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:24 smithi070 bash[21575]: cluster 2024-09-17T11:55:23.835339+0000 mon.a (mon.0) 411 : cluster [INF] Cluster is now healthy 2024-09-17T11:55:25.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:25 smithi070 bash[21575]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:25.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:25 smithi070 bash[21575]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:26.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:25 smithi191 bash[21911]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:26.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:25 smithi191 bash[21911]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:25 smithi040 bash[19761]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:25 smithi040 bash[19761]: cluster 2024-09-17T11:55:24.855789+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-17T11:55:27.126 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:26 smithi070 bash[21575]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.126 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:26 smithi070 bash[21575]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:26 smithi191 bash[21911]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:26 smithi191 bash[21911]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:26 smithi040 bash[19761]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:26 smithi040 bash[19761]: cluster 2024-09-17T11:55:25.463685+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:27.660 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-09-17T11:55:27.712 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_3 2024-09-17T11:55:29.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:28 smithi070 bash[21575]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:29.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:28 smithi070 bash[21575]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:29.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:28 smithi191 bash[21911]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:29.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:28 smithi191 bash[21911]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:28 smithi040 bash[19761]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:28 smithi040 bash[19761]: cluster 2024-09-17T11:55:27.464256+0000 mgr.x (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:30 smithi070 bash[21575]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:30 smithi191 bash[21911]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: cluster 2024-09-17T11:55:29.464792+0000 mgr.x (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.591689+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.599123+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.601388+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.608317+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.612362+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:31.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.614198+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:55:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:31.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:30 smithi040 bash[19761]: audit 2024-09-17T11:55:30.623743+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:55:32.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:31 smithi070 bash[21575]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:31 smithi070 bash[21575]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:31 smithi070 bash[21575]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:31 smithi070 bash[21575]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:31 smithi191 bash[21911]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:31 smithi191 bash[21911]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:31 smithi191 bash[21911]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:31 smithi191 bash[21911]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:31 smithi040 bash[19761]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:31 smithi040 bash[19761]: cephadm 2024-09-17T11:55:30.583744+0000 mgr.x (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:55:32.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:31 smithi040 bash[19761]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:31 smithi040 bash[19761]: cephadm 2024-09-17T11:55:30.602662+0000 mgr.x (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 21361M 2024-09-17T11:55:32.443 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:55:33.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:32 smithi070 bash[21575]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:33.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:32 smithi070 bash[21575]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:33.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:32 smithi191 bash[21911]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:33.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:32 smithi191 bash[21911]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:32 smithi040 bash[19761]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:32 smithi040 bash[19761]: cluster 2024-09-17T11:55:31.465359+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:35.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:34 smithi070 bash[21575]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:35.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:34 smithi191 bash[21911]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:35.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: cluster 2024-09-17T11:55:33.465892+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.897373+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.903792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.909849+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:35.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:34 smithi040 bash[19761]: audit 2024-09-17T11:55:33.911579+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:37.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:36 smithi070 bash[21575]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:37.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:36 smithi070 bash[21575]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:37.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:36 smithi191 bash[21911]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:37.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:36 smithi191 bash[21911]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:36 smithi040 bash[19761]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:36 smithi040 bash[19761]: cluster 2024-09-17T11:55:35.466415+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:38 smithi070 bash[21575]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:38 smithi070 bash[21575]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:38 smithi191 bash[21911]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:38 smithi191 bash[21911]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:38 smithi040 bash[19761]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:38 smithi040 bash[19761]: cluster 2024-09-17T11:55:37.466953+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:40 smithi070 bash[21575]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:40 smithi070 bash[21575]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:40 smithi191 bash[21911]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:40 smithi191 bash[21911]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:40 smithi040 bash[19761]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:40 smithi040 bash[19761]: cluster 2024-09-17T11:55:39.467482+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.161 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:43.162 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:42 smithi070 bash[21575]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:43.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:43.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:42 smithi191 bash[21911]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:43.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: cluster 2024-09-17T11:55:41.468052+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.315085+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.70:0/477315993' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.315586+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"} : dispatch 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.319010+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f1d7a3-5e3e-4667-84b0-548b04c8206b"}]': finished 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: cluster 2024-09-17T11:55:42.323609+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:43.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:42 smithi040 bash[19761]: audit 2024-09-17T11:55:42.324123+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:55:44.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:43 smithi191 bash[21911]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:43 smithi191 bash[21911]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:44.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:43 smithi040 bash[19761]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:44.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:43 smithi040 bash[19761]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:44.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:43 smithi070 bash[21575]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:44.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:43 smithi070 bash[21575]: audit 2024-09-17T11:55:42.985372+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.70:0/1757670635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:55:45.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:44 smithi191 bash[21911]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:44 smithi191 bash[21911]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:44 smithi040 bash[19761]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:44 smithi040 bash[19761]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:44 smithi070 bash[21575]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:45.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:44 smithi070 bash[21575]: cluster 2024-09-17T11:55:43.468566+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-17T11:55:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:46 smithi191 bash[21911]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:46 smithi191 bash[21911]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:47.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:46 smithi040 bash[19761]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:47.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:46 smithi040 bash[19761]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:47.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:46 smithi070 bash[21575]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:47.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:46 smithi070 bash[21575]: cluster 2024-09-17T11:55:45.469088+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-17T11:55:49.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:48 smithi191 bash[21911]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:49.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:48 smithi191 bash[21911]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:49.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:48 smithi040 bash[19761]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:49.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:48 smithi040 bash[19761]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:48 smithi070 bash[21575]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:49.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:48 smithi070 bash[21575]: cluster 2024-09-17T11:55:47.469740+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-17T11:55:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:50 smithi191 bash[21911]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:50 smithi191 bash[21911]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:50 smithi040 bash[19761]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:50 smithi040 bash[19761]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:50 smithi070 bash[21575]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:51.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:50 smithi070 bash[21575]: cluster 2024-09-17T11:55:49.470335+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-17T11:55:53.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:52 smithi070 bash[21575]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:53.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:52 smithi070 bash[21575]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:52 smithi040 bash[19761]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:52 smithi040 bash[19761]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:52 smithi191 bash[21911]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:53.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:52 smithi191 bash[21911]: cluster 2024-09-17T11:55:51.470881+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:54 smithi070 bash[21575]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:54 smithi070 bash[21575]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:54 smithi040 bash[19761]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:54 smithi040 bash[19761]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:54 smithi191 bash[21911]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:55.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:54 smithi191 bash[21911]: cluster 2024-09-17T11:55:53.471400+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:55 smithi040 bash[19761]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:55 smithi040 bash[19761]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:55 smithi040 bash[19761]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:55 smithi040 bash[19761]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:56.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:55 smithi070 bash[21575]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:55 smithi070 bash[21575]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:55 smithi070 bash[21575]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:56.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:55 smithi070 bash[21575]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:56.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:55 smithi191 bash[21911]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:55 smithi191 bash[21911]: audit 2024-09-17T11:55:55.516519+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:55:56.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:55 smithi191 bash[21911]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:56.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:55 smithi191 bash[21911]: audit 2024-09-17T11:55:55.518366+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:55:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:56 smithi040 bash[19761]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:56 smithi040 bash[19761]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:56 smithi040 bash[19761]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:56 smithi040 bash[19761]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:57.285 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:56 smithi070 bash[21575]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.285 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:56 smithi070 bash[21575]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.285 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:56 smithi070 bash[21575]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:57.285 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:56 smithi070 bash[21575]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:57.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:56 smithi191 bash[21911]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:56 smithi191 bash[21911]: cluster 2024-09-17T11:55:55.471914+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:56 smithi191 bash[21911]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:57.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:56 smithi191 bash[21911]: cephadm 2024-09-17T11:55:55.519967+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi070 2024-09-17T11:55:59.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:58 smithi070 bash[21575]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:58 smithi070 bash[21575]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:58 smithi040 bash[19761]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:55:58 smithi040 bash[19761]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:58 smithi191 bash[21911]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:55:58 smithi191 bash[21911]: cluster 2024-09-17T11:55:57.472472+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:55:59.882 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:59 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:55:59.882 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 11:55:59 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:56:00.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:55:59 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:56:00.160 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 11:55:59 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:56:01.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:00 smithi070 bash[21575]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:00 smithi040 bash[19761]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: cluster 2024-09-17T11:55:59.473020+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.018975+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.025727+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:00 smithi191 bash[21911]: audit 2024-09-17T11:56:00.033151+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:03.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:02 smithi070 bash[21575]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:03.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:02 smithi070 bash[21575]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:02 smithi040 bash[19761]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:02 smithi040 bash[19761]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:03.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:02 smithi191 bash[21911]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:02 smithi191 bash[21911]: cluster 2024-09-17T11:56:01.473554+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:04 smithi040 bash[19761]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:04 smithi040 bash[19761]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:04 smithi070 bash[21575]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:04 smithi070 bash[21575]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:04 smithi191 bash[21911]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:04 smithi191 bash[21911]: cluster 2024-09-17T11:56:03.474083+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:06 smithi070 bash[21575]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:06 smithi040 bash[19761]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: cluster 2024-09-17T11:56:05.474609+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: audit 2024-09-17T11:56:06.895555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:07.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:06 smithi191 bash[21911]: audit 2024-09-17T11:56:06.903697+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.083 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.083 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.083 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.084 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.084 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.084 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:07 smithi070 bash[21575]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:07 smithi191 bash[21911]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.576669+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.578438+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:08.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:08.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:07 smithi040 bash[19761]: audit 2024-09-17T11:56:07.588266+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:09.316 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:08 smithi070 bash[21575]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:09.316 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:08 smithi070 bash[21575]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:08 smithi191 bash[21911]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:08 smithi191 bash[21911]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:08 smithi040 bash[19761]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:08 smithi040 bash[19761]: cluster 2024-09-17T11:56:07.475142+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:10.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:09 smithi070 bash[21575]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:09 smithi070 bash[21575]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:09 smithi070 bash[21575]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:10.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:09 smithi070 bash[21575]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:10.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:09 smithi191 bash[21911]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:09 smithi191 bash[21911]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:09 smithi191 bash[21911]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:09 smithi191 bash[21911]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:10.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:09 smithi040 bash[19761]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:09 smithi040 bash[19761]: audit 2024-09-17T11:56:09.320348+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-17T11:56:10.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:09 smithi040 bash[19761]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:10.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:09 smithi040 bash[19761]: audit 2024-09-17T11:56:09.320927+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:56:11.131 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 3 on host 'smithi070' 2024-09-17T11:56:11.339 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.339 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.340 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:11 smithi070 bash[21575]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:11 smithi191 bash[21911]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:10 smithi040 bash[19761]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:10 smithi040 bash[19761]: cluster 2024-09-17T11:56:09.475605+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:10 smithi040 bash[19761]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.988323+0000 mon.a (mon.0) 438 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: cluster 2024-09-17T11:56:09.992741+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.993268+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.994297+0000 mon.a (mon.0) 441 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:11 smithi040 bash[19761]: audit 2024-09-17T11:56:09.994845+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]} : dispatch 2024-09-17T11:56:11.736 DEBUG:teuthology.orchestra.run.smithi070:osd.3> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T11:56:11.739 INFO:tasks.cephadm:Deploying osd.4 on smithi191 with /dev/vg_nvme/lv_4... 2024-09-17T11:56:11.739 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:12 smithi070 bash[21575]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:12 smithi191 bash[21911]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:10.991174+0000 mon.a (mon.0) 442 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-09-17T11:56:12.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.996546+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:10.997480+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.006164+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.109014+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.116010+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:12.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:12 smithi040 bash[19761]: audit 2024-09-17T11:56:11.124180+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:13.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:13 smithi070 bash[21575]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:13.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:13 smithi191 bash[21911]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.297703+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:56:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:10.297796+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.476143+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.999517+0000 mon.a (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.70:6808/383321095,v1:172.21.15.70:6809/383321095] boot 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:11.999577+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: audit 2024-09-17T11:56:11.999905+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:13.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:13 smithi040 bash[19761]: cluster 2024-09-17T11:56:12.325862+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:56:14.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:14 smithi070 bash[21575]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:14 smithi070 bash[21575]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:14 smithi070 bash[21575]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:14.660 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:14 smithi070 bash[21575]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:14.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:14 smithi191 bash[21911]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:14 smithi191 bash[21911]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:14 smithi191 bash[21911]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:14.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:14 smithi191 bash[21911]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:14 smithi040 bash[19761]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:14 smithi040 bash[19761]: cluster 2024-09-17T11:56:13.328769+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:56:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:14 smithi040 bash[19761]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:14.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:14 smithi040 bash[19761]: cluster 2024-09-17T11:56:13.476639+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:15.458 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:56:16.594 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:16 smithi191 bash[21911]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:16.594 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:16 smithi191 bash[21911]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:16.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:16 smithi070 bash[21575]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:16.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:16 smithi070 bash[21575]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:16 smithi040 bash[19761]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:16 smithi040 bash[19761]: cluster 2024-09-17T11:56:15.477167+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:18.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:18 smithi191 bash[21911]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:18.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:18 smithi191 bash[21911]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:18.846 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:18 smithi070 bash[21575]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:18.846 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:18 smithi070 bash[21575]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:18.914 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T11:56:18.965 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi191:vg_nvme/lv_4 2024-09-17T11:56:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:18 smithi040 bash[19761]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:18 smithi040 bash[19761]: cluster 2024-09-17T11:56:17.477743+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:20 smithi070 bash[21575]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:20 smithi070 bash[21575]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:20 smithi191 bash[21911]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:20 smithi191 bash[21911]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:20 smithi040 bash[19761]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:20 smithi040 bash[19761]: cluster 2024-09-17T11:56:19.478278+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.911 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.912 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:21 smithi070 bash[21575]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:21 smithi191 bash[21911]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: cephadm 2024-09-17T11:56:20.548803+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi070 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.556231+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.563734+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.566121+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.567868+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:56:21.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: cephadm 2024-09-17T11:56:20.569254+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi070 to 10680M 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.576036+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.579961+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.581642+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:21.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:21 smithi040 bash[19761]: audit 2024-09-17T11:56:20.592141+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:22.683 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:56:22.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:22 smithi070 bash[21575]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:22.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:22 smithi070 bash[21575]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:22.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:22 smithi191 bash[21911]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:22.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:22 smithi191 bash[21911]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:22.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:22 smithi040 bash[19761]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:22.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:22 smithi040 bash[19761]: cluster 2024-09-17T11:56:21.478838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:24.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:24 smithi070 bash[21575]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:24.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:24 smithi191 bash[21911]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: cluster 2024-09-17T11:56:23.479409+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.026936+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.033736+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:56:24.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.040091+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:56:24.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:24.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:24 smithi040 bash[19761]: audit 2024-09-17T11:56:24.041853+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:26.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:26 smithi070 bash[21575]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:26.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:26 smithi070 bash[21575]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:26 smithi191 bash[21911]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:26 smithi191 bash[21911]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:26 smithi040 bash[19761]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:26 smithi040 bash[19761]: cluster 2024-09-17T11:56:25.479968+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 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-17T11:56:28.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:28 smithi070 bash[21575]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:28.926 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:28 smithi070 bash[21575]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:28.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:28 smithi191 bash[21911]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:28.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:28 smithi191 bash[21911]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:28.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:28 smithi040 bash[19761]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:28.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:28 smithi040 bash[19761]: cluster 2024-09-17T11:56:27.480536+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 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-17T11:56:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:30 smithi070 bash[21575]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:30 smithi070 bash[21575]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:30 smithi191 bash[21911]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:30 smithi191 bash[21911]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:30.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:30 smithi040 bash[19761]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:30.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:30 smithi040 bash[19761]: cluster 2024-09-17T11:56:29.481047+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:32.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:32 smithi070 bash[21575]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:32.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:32.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:32 smithi191 bash[21911]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: cluster 2024-09-17T11:56:31.481549+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.281506+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.191:0/4193399107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.282043+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"} : dispatch 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.285495+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879c98da-b7d5-46b3-8dab-0eee87d501ef"}]': finished 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: cluster 2024-09-17T11:56:32.289853+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:32.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:32 smithi040 bash[19761]: audit 2024-09-17T11:56:32.290261+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:56:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:33 smithi070 bash[21575]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:33 smithi070 bash[21575]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:33.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:33 smithi191 bash[21911]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:33.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:33 smithi191 bash[21911]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:33.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:33 smithi040 bash[19761]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:33.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:33 smithi040 bash[19761]: audit 2024-09-17T11:56:32.920356+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.191:0/661390248' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:56:34.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:34 smithi070 bash[21575]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:34.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:34 smithi070 bash[21575]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:34 smithi191 bash[21911]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:34 smithi191 bash[21911]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:34.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:34 smithi040 bash[19761]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:34.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:34 smithi040 bash[19761]: cluster 2024-09-17T11:56:33.482081+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:36.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:36 smithi070 bash[21575]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:36.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:36 smithi070 bash[21575]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:36.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:36 smithi191 bash[21911]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:36.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:36 smithi191 bash[21911]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:36.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:36 smithi040 bash[19761]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:36.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:36 smithi040 bash[19761]: cluster 2024-09-17T11:56:35.482607+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 2024-09-17T11:56:38.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:38 smithi070 bash[21575]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:38.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:38 smithi070 bash[21575]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:38.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:38 smithi191 bash[21911]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:38.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:38 smithi191 bash[21911]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:38.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:38 smithi040 bash[19761]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:38.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:38 smithi040 bash[19761]: cluster 2024-09-17T11:56:37.483164+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 2024-09-17T11:56:40.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:40 smithi070 bash[21575]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:40.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:40 smithi070 bash[21575]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:40 smithi191 bash[21911]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:40 smithi191 bash[21911]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:40.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:40 smithi040 bash[19761]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:40.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:40 smithi040 bash[19761]: cluster 2024-09-17T11:56:39.483684+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 2024-09-17T11:56:42.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:42 smithi070 bash[21575]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:42.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:42 smithi070 bash[21575]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:42.927 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:42 smithi191 bash[21911]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:42.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:42 smithi191 bash[21911]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:42 smithi040 bash[19761]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:42 smithi040 bash[19761]: cluster 2024-09-17T11:56:41.484233+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-17T11:56:44.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:44 smithi191 bash[21911]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:44.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:44 smithi191 bash[21911]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:44.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:44 smithi070 bash[21575]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:44.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:44 smithi070 bash[21575]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:44.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:44 smithi040 bash[19761]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:44.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:44 smithi040 bash[19761]: cluster 2024-09-17T11:56:43.484766+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:45.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:45 smithi070 bash[21575]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:45 smithi070 bash[21575]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:45 smithi070 bash[21575]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:45.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:45 smithi070 bash[21575]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:45.925 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:45 smithi191 bash[21911]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.925 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:45 smithi191 bash[21911]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.925 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:45 smithi191 bash[21911]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:45.925 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:45 smithi191 bash[21911]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:45 smithi040 bash[19761]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:45 smithi040 bash[19761]: audit 2024-09-17T11:56:45.334723+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:56:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:45 smithi040 bash[19761]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:45 smithi040 bash[19761]: audit 2024-09-17T11:56:45.336471+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:46.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:46 smithi070 bash[21575]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:46 smithi070 bash[21575]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:46 smithi070 bash[21575]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:46.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:46 smithi070 bash[21575]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:46.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:46 smithi191 bash[21911]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:46 smithi191 bash[21911]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:46 smithi191 bash[21911]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:46.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:46 smithi191 bash[21911]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:46 smithi040 bash[19761]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:46 smithi040 bash[19761]: cephadm 2024-09-17T11:56:45.338045+0000 mgr.x (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T11:56:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:46 smithi040 bash[19761]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:46 smithi040 bash[19761]: cluster 2024-09-17T11:56:45.485278+0000 mgr.x (mgr.14152) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:48.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:48 smithi191 bash[21911]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:48.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:48 smithi191 bash[21911]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:48.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:48 smithi040 bash[19761]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:48.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:48 smithi040 bash[19761]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:49.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:48 smithi070 bash[21575]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:49.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:48 smithi070 bash[21575]: cluster 2024-09-17T11:56:47.485802+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:49.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:49 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:56:49.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:49 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:56:49.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:49 smithi191 bash[21911]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:49.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:49 smithi191 bash[21911]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:49.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:49 smithi040 bash[19761]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:49.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:49 smithi040 bash[19761]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:50.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:49 smithi070 bash[21575]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:50.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:49 smithi070 bash[21575]: audit 2024-09-17T11:56:49.655129+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:50.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:50.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:50.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:50 smithi191 bash[21911]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:50.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:50 smithi040 bash[19761]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: cluster 2024-09-17T11:56:49.486314+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: audit 2024-09-17T11:56:49.662068+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:51.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:50 smithi070 bash[21575]: audit 2024-09-17T11:56:49.673935+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:52.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:52 smithi191 bash[21911]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:52.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:52 smithi191 bash[21911]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:52.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:52 smithi040 bash[19761]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:52.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:52 smithi040 bash[19761]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:53.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:52 smithi070 bash[21575]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:53.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:52 smithi070 bash[21575]: cluster 2024-09-17T11:56:51.486821+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:54.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:54 smithi040 bash[19761]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:54.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:54 smithi040 bash[19761]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:54 smithi070 bash[21575]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:54 smithi070 bash[21575]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:55.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:54 smithi191 bash[21911]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:55.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:54 smithi191 bash[21911]: cluster 2024-09-17T11:56:53.487357+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:56 smithi191 bash[21911]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:56 smithi040 bash[19761]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: cluster 2024-09-17T11:56:55.487883+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.917532+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.925139+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.926864+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.928787+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:56:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:57.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:56 smithi070 bash[21575]: audit 2024-09-17T11:56:55.938812+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:56:59.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:58 smithi191 bash[21911]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:59.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:58 smithi191 bash[21911]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:58 smithi040 bash[19761]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:58 smithi040 bash[19761]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:59.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:58 smithi070 bash[21575]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:56:59.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:58 smithi070 bash[21575]: cluster 2024-09-17T11:56:57.488462+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:00.089 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 4 on host 'smithi191' 2024-09-17T11:57:00.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:59 smithi191 bash[21911]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:59 smithi191 bash[21911]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:59 smithi191 bash[21911]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:56:59 smithi191 bash[21911]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:59 smithi040 bash[19761]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:59 smithi040 bash[19761]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:59 smithi040 bash[19761]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:56:59 smithi040 bash[19761]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:59 smithi070 bash[21575]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:59 smithi070 bash[21575]: audit 2024-09-17T11:56:59.164831+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:57:00.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:59 smithi070 bash[21575]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:56:59 smithi070 bash[21575]: audit 2024-09-17T11:56:59.165275+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-17T11:57:00.628 DEBUG:teuthology.orchestra.run.smithi191:osd.4> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T11:57:00.630 INFO:tasks.cephadm:Deploying osd.5 on smithi191 with /dev/vg_nvme/lv_3... 2024-09-17T11:57:00.631 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:57:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:00 smithi040 bash[19761]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:00 smithi070 bash[21575]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: cluster 2024-09-17T11:56:59.488986+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.929849+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-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: cluster 2024-09-17T11:56:59.934223+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.934706+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:01.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.936698+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:56:59.937291+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-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.069343+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.076842+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:00 smithi191 bash[21911]: audit 2024-09-17T11:57:00.084479+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:01.930 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[24841]: debug 2024-09-17T11:57:01.443+0000 7f3f1b06c640 -1 osd.4 0 waiting for initial osdmap 2024-09-17T11:57:01.930 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[24841]: debug 2024-09-17T11:57:01.479+0000 7f3f12e8b640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:57:02.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:01 smithi040 bash[19761]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:01 smithi070 bash[21575]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.932364+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-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.938792+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.939858+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:00.949130+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:01.454709+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.939833+0000 mon.a (mon.0) 492 : cluster [INF] osd.4 [v2:172.21.15.191:6800/4286794975,v1:172.21.15.191:6801/4286794975] boot 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.939926+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:02.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:01 smithi191 bash[21911]: audit 2024-09-17T11:57:01.940258+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:03.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:02 smithi040 bash[19761]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:03.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:02 smithi070 bash[21575]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.164681+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:00.164752+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:01.489503+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:03.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:02 smithi191 bash[21911]: cluster 2024-09-17T11:57:02.334161+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:57:04.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:04 smithi070 bash[21575]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:04 smithi070 bash[21575]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:04 smithi070 bash[21575]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:04.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:04 smithi070 bash[21575]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:04 smithi191 bash[21911]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:04 smithi191 bash[21911]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:04 smithi191 bash[21911]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:04 smithi191 bash[21911]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:04.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:04 smithi040 bash[19761]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:04 smithi040 bash[19761]: cluster 2024-09-17T11:57:03.336230+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:57:04.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:04 smithi040 bash[19761]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:04.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:04 smithi040 bash[19761]: cluster 2024-09-17T11:57:03.490057+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v211: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:05.094 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:06.851 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:06 smithi191 bash[21911]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:06.851 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:06 smithi191 bash[21911]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:06.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:06 smithi070 bash[21575]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:06.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:06 smithi070 bash[21575]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:06.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:06 smithi040 bash[19761]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:06.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:06 smithi040 bash[19761]: cluster 2024-09-17T11:57:05.490578+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 471 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:08.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:08 smithi070 bash[21575]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:08.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:08 smithi070 bash[21575]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:08.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:08 smithi191 bash[21911]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:08.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:08 smithi191 bash[21911]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:08.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:08 smithi040 bash[19761]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:08.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:08 smithi040 bash[19761]: cluster 2024-09-17T11:57:07.491155+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:10 smithi191 bash[21911]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:10 smithi070 bash[21575]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: cluster 2024-09-17T11:57:09.491710+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:57:10.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.235526+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.242866+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.245091+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.252104+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.256139+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.258080+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:10.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:10.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:10 smithi040 bash[19761]: audit 2024-09-17T11:57:10.267305+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:11.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:11 smithi070 bash[21575]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:11 smithi070 bash[21575]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:11 smithi070 bash[21575]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:11.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:11 smithi070 bash[21575]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:11.926 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:11 smithi191 bash[21911]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.926 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:11 smithi191 bash[21911]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.926 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:11 smithi191 bash[21911]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:11.926 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:11 smithi191 bash[21911]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:11.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:11 smithi040 bash[19761]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:11 smithi040 bash[19761]: cephadm 2024-09-17T11:57:10.227889+0000 mgr.x (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:57:11.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:11 smithi040 bash[19761]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:11.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:11 smithi040 bash[19761]: cephadm 2024-09-17T11:57:10.246503+0000 mgr.x (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 21361M 2024-09-17T11:57:12.451 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T11:57:12.490 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi191:vg_nvme/lv_3 2024-09-17T11:57:12.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:12 smithi070 bash[21575]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:12.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:12 smithi070 bash[21575]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:12.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:12 smithi191 bash[21911]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:12.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:12 smithi191 bash[21911]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:12.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:12 smithi040 bash[19761]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:12.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:12 smithi040 bash[19761]: cluster 2024-09-17T11:57:11.492301+0000 mgr.x (mgr.14152) 255 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:14 smithi070 bash[21575]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:14 smithi070 bash[21575]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:14 smithi191 bash[21911]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:14 smithi191 bash[21911]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:14 smithi040 bash[19761]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:14.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:14 smithi040 bash[19761]: cluster 2024-09-17T11:57:13.492898+0000 mgr.x (mgr.14152) 256 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:16 smithi070 bash[21575]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:16 smithi070 bash[21575]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:16 smithi191 bash[21911]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:16 smithi191 bash[21911]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:16 smithi040 bash[19761]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:16.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:16 smithi040 bash[19761]: cluster 2024-09-17T11:57:15.493451+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:17.216 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:18.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:18 smithi070 bash[21575]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:18.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:18.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:18 smithi191 bash[21911]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: cluster 2024-09-17T11:57:17.494021+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.494183+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.500183+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:18 smithi040 bash[19761]: audit 2024-09-17T11:57:18.501980+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:19.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:19 smithi070 bash[21575]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:19 smithi070 bash[21575]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:19 smithi191 bash[21911]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:19 smithi191 bash[21911]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:19 smithi040 bash[19761]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:19 smithi040 bash[19761]: audit 2024-09-17T11:57:18.487768+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:20.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:20 smithi070 bash[21575]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:20.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:20 smithi070 bash[21575]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:20 smithi191 bash[21911]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:20 smithi191 bash[21911]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:20 smithi040 bash[19761]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:20 smithi040 bash[19761]: cluster 2024-09-17T11:57:19.494539+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:22 smithi070 bash[21575]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:22 smithi070 bash[21575]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:22 smithi191 bash[21911]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:22 smithi191 bash[21911]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:22 smithi040 bash[19761]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:22.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:22 smithi040 bash[19761]: cluster 2024-09-17T11:57:21.495060+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.673 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:24 smithi191 bash[21911]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.673 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:24 smithi191 bash[21911]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:24 smithi070 bash[21575]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:24 smithi070 bash[21575]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:24 smithi040 bash[19761]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:24 smithi040 bash[19761]: cluster 2024-09-17T11:57:23.495609+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:26 smithi070 bash[21575]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:26 smithi070 bash[21575]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:26 smithi191 bash[21911]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:26 smithi191 bash[21911]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:26 smithi040 bash[19761]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:26 smithi040 bash[19761]: cluster 2024-09-17T11:57:25.496147+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:27.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:27 smithi070 bash[21575]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:27.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:27 smithi191 bash[21911]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.716963+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.191:0/2039879387' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.717369+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"} : dispatch 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.720807+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6"}]': finished 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: cluster 2024-09-17T11:57:26.725342+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:26.725801+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:27.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:27 smithi040 bash[19761]: audit 2024-09-17T11:57:27.404312+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.191:0/1065071971' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:57:29.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:28 smithi070 bash[21575]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:29.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:28 smithi070 bash[21575]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:29.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:28 smithi191 bash[21911]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:29.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:28 smithi191 bash[21911]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:29.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:28 smithi040 bash[19761]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:28 smithi040 bash[19761]: cluster 2024-09-17T11:57:27.496682+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.030 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:30 smithi191 bash[21911]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.031 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:30 smithi191 bash[21911]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:30 smithi070 bash[21575]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:30 smithi070 bash[21575]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:30 smithi040 bash[19761]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:31.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:30 smithi040 bash[19761]: cluster 2024-09-17T11:57:29.497211+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:32 smithi070 bash[21575]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:32 smithi070 bash[21575]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:32 smithi191 bash[21911]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:32 smithi191 bash[21911]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:32 smithi040 bash[19761]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:33.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:32 smithi040 bash[19761]: cluster 2024-09-17T11:57:31.497753+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:34 smithi070 bash[21575]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:34 smithi070 bash[21575]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:34 smithi191 bash[21911]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:34 smithi191 bash[21911]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:34 smithi040 bash[19761]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:35.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:34 smithi040 bash[19761]: cluster 2024-09-17T11:57:33.498309+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:36 smithi070 bash[21575]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:36 smithi070 bash[21575]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:36 smithi191 bash[21911]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:36 smithi191 bash[21911]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:36 smithi040 bash[19761]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:36 smithi040 bash[19761]: cluster 2024-09-17T11:57:35.498830+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.109 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:38 smithi191 bash[21911]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.109 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:38 smithi191 bash[21911]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:38 smithi070 bash[21575]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:38 smithi070 bash[21575]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:38 smithi040 bash[19761]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:38 smithi040 bash[19761]: cluster 2024-09-17T11:57:37.499360+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:41.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:40 smithi070 bash[21575]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:41.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:41.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:40 smithi191 bash[21911]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: cluster 2024-09-17T11:57:39.499878+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: audit 2024-09-17T11:57:39.985292+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: audit 2024-09-17T11:57:39.987069+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:41.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:40 smithi040 bash[19761]: cephadm 2024-09-17T11:57:39.988538+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi191 2024-09-17T11:57:43.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:42 smithi191 bash[21911]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:43.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:42 smithi191 bash[21911]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:43.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:42 smithi070 bash[21575]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:43.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:42 smithi070 bash[21575]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:43.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:42 smithi040 bash[19761]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:43.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:42 smithi040 bash[19761]: cluster 2024-09-17T11:57:41.500402+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:44.397 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:57:44.397 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:57:44 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:57:44.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:57:44.679 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:57:44 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:44 smithi070 bash[21575]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:44 smithi191 bash[21911]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: cluster 2024-09-17T11:57:43.501045+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.542201+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.548681+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:45.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:44 smithi040 bash[19761]: audit 2024-09-17T11:57:44.556071+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:47.134 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:46 smithi191 bash[21911]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:47.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:46 smithi191 bash[21911]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:46 smithi070 bash[21575]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:46 smithi070 bash[21575]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:47.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:46 smithi040 bash[19761]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:47.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:46 smithi040 bash[19761]: cluster 2024-09-17T11:57:45.501586+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:48.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:48 smithi191 bash[21911]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:48.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:48 smithi191 bash[21911]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:49.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:48 smithi070 bash[21575]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:49.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:48 smithi070 bash[21575]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:49.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:48 smithi040 bash[19761]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:49.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:48 smithi040 bash[19761]: cluster 2024-09-17T11:57:47.502143+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:50 smithi070 bash[21575]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:50 smithi070 bash[21575]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:50 smithi191 bash[21911]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:50 smithi191 bash[21911]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:50 smithi040 bash[19761]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:50 smithi040 bash[19761]: cluster 2024-09-17T11:57:49.502645+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:51 smithi070 bash[21575]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:51 smithi191 bash[21911]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:50.857814+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:50.865875+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.563038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.564844+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:52.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:51 smithi040 bash[19761]: audit 2024-09-17T11:57:51.574897+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:53.120 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:52 smithi191 bash[21911]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:53.120 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:52 smithi191 bash[21911]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:53.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:52 smithi070 bash[21575]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:53.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:52 smithi070 bash[21575]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:52 smithi040 bash[19761]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:52 smithi040 bash[19761]: cluster 2024-09-17T11:57:51.503156+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:54.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:53 smithi191 bash[21911]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:53 smithi191 bash[21911]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.145 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:53 smithi191 bash[21911]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.146 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:53 smithi191 bash[21911]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:53 smithi070 bash[21575]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:53 smithi070 bash[21575]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:53 smithi070 bash[21575]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:53 smithi070 bash[21575]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:53 smithi040 bash[19761]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:53 smithi040 bash[19761]: audit 2024-09-17T11:57:53.131274+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:53 smithi040 bash[19761]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:53 smithi040 bash[19761]: audit 2024-09-17T11:57:53.131613+0000 mon.a (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:57:54.802 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 5 on host 'smithi191' 2024-09-17T11:57:55.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.160 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:54 smithi070 bash[21575]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:54 smithi191 bash[21911]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: cluster 2024-09-17T11:57:53.503690+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.875060+0000 mon.a (mon.0) 522 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: cluster 2024-09-17T11:57:53.881498+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.881982+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.882261+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]} : dispatch 2024-09-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:53.882824+0000 mon.a (mon.0) 525 : 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-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.782757+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.789793+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:54 smithi040 bash[19761]: audit 2024-09-17T11:57:54.797323+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:57:55.372 DEBUG:teuthology.orchestra.run.smithi191:osd.5> sudo journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T11:57:55.374 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-17T11:57:55.374 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T11:57:56.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.159 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:55 smithi070 bash[21575]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:55 smithi191 bash[21911]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:54.877384+0000 mon.a (mon.0) 529 : 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-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.883743+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:54.884762+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:55.383309+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.885081+0000 mon.a (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.191:6808/2745800499,v1:172.21.15.191:6809/2745800499] boot 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.885144+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:56.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:55 smithi040 bash[19761]: audit 2024-09-17T11:57:55.885424+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:57.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:56 smithi070 bash[21575]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:57.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:57.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:56 smithi191 bash[21911]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.115532+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:54.115592+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:55.504226+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:56 smithi040 bash[19761]: cluster 2024-09-17T11:57:56.887872+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:57:59.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:58 smithi070 bash[21575]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:58 smithi070 bash[21575]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:58 smithi070 bash[21575]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:57:59.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:57:58 smithi070 bash[21575]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:57:59.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:58 smithi191 bash[21911]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:58 smithi191 bash[21911]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:58 smithi191 bash[21911]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:57:59.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:57:58 smithi191 bash[21911]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:57:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:58 smithi040 bash[19761]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:58 smithi040 bash[19761]: cluster 2024-09-17T11:57:57.504789+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:57:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:58 smithi040 bash[19761]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:57:59.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:57:58 smithi040 bash[19761]: cluster 2024-09-17T11:57:57.889652+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:58:00.126 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:01.149 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:00 smithi191 bash[21911]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.150 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:00 smithi191 bash[21911]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:00 smithi070 bash[21575]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:00 smithi070 bash[21575]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:00 smithi040 bash[19761]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:00 smithi040 bash[19761]: cluster 2024-09-17T11:57:59.505320+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:01.689 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:01.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:01 smithi040 bash[19761]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:01.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:01 smithi040 bash[19761]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:02.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:01 smithi070 bash[21575]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:02.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:01 smithi070 bash[21575]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:02.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:01 smithi191 bash[21911]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:02.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:01 smithi191 bash[21911]: audit 2024-09-17T11:58:01.688935+0000 mon.a (mon.0) 538 : audit [DBG] from='client.? 172.21.15.40:0/2649512292' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:58:02.329 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1726574275,"num_in_osds":6,"osd_in_since":1726574246,"num_remapped_pgs":0} 2024-09-17T11:58:02.330 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:58:03.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:02 smithi070 bash[21575]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:03.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:02 smithi070 bash[21575]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:03.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:02 smithi191 bash[21911]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:03.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:02 smithi191 bash[21911]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:02 smithi040 bash[19761]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:02 smithi040 bash[19761]: cluster 2024-09-17T11:58:01.505717+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:05.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:05 smithi070 bash[21575]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:05 smithi191 bash[21911]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cluster 2024-09-17T11:58:03.506312+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-17T11:58:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cephadm 2024-09-17T11:58:04.040451+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.047922+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.055427+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.057849+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.059495+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: cephadm 2024-09-17T11:58:04.060783+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 10680M 2024-09-17T11:58:05.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.066249+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.070357+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.072118+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:05.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:05 smithi040 bash[19761]: audit 2024-09-17T11:58:04.082083+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:58:07.080 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:07.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:07 smithi070 bash[21575]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:07.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:07 smithi070 bash[21575]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:07.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:07 smithi191 bash[21911]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:07.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:07 smithi191 bash[21911]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:07.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:07 smithi040 bash[19761]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:07 smithi040 bash[19761]: cluster 2024-09-17T11:58:05.506862+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-17T11:58:08.432 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:08.432 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":39,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","created":"2024-09-17T11:49:40.209230+0000","modified":"2024-09-17T11:57:57.882472+0000","last_up_change":"2024-09-17T11:57:55.877324+0000","last_in_change":"2024-09-17T11:57:26.718371+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:55:19.998563+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ba808657-1f71-4182-aeb5-df9f2739848a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6803","nonce":2177849531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6805","nonce":2177849531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6809","nonce":2177849531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6807","nonce":2177849531}]},"public_addr":"172.21.15.40:6803/2177849531","cluster_addr":"172.21.15.40:6805/2177849531","heartbeat_back_addr":"172.21.15.40:6809/2177849531","heartbeat_front_addr":"172.21.15.40:6807/2177849531","state":["exists","up"]},{"osd":1,"uuid":"ce1675c7-6e16-4160-8619-260e96b4e7a7","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.40:6810","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6811","nonce":4294543861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6813","nonce":4294543861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6817","nonce":4294543861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6815","nonce":4294543861}]},"public_addr":"172.21.15.40:6811/4294543861","cluster_addr":"172.21.15.40:6813/4294543861","heartbeat_back_addr":"172.21.15.40:6817/4294543861","heartbeat_front_addr":"172.21.15.40:6815/4294543861","state":["exists","up"]},{"osd":2,"uuid":"98b4aa24-8c7a-4274-9fea-c6fe850942c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6801","nonce":4249534898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6803","nonce":4249534898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6807","nonce":4249534898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6805","nonce":4249534898}]},"public_addr":"172.21.15.70:6801/4249534898","cluster_addr":"172.21.15.70:6803/4249534898","heartbeat_back_addr":"172.21.15.70:6807/4249534898","heartbeat_front_addr":"172.21.15.70:6805/4249534898","state":["exists","up"]},{"osd":3,"uuid":"a7f1d7a3-5e3e-4667-84b0-548b04c8206b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6809","nonce":383321095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6811","nonce":383321095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6815","nonce":383321095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6813","nonce":383321095}]},"public_addr":"172.21.15.70:6809/383321095","cluster_addr":"172.21.15.70:6811/383321095","heartbeat_back_addr":"172.21.15.70:6815/383321095","heartbeat_front_addr":"172.21.15.70:6813/383321095","state":["exists","up"]},{"osd":4,"uuid":"879c98da-b7d5-46b3-8dab-0eee87d501ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6801","nonce":4286794975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6803","nonce":4286794975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6807","nonce":4286794975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6805","nonce":4286794975}]},"public_addr":"172.21.15.191:6801/4286794975","cluster_addr":"172.21.15.191:6803/4286794975","heartbeat_back_addr":"172.21.15.191:6807/4286794975","heartbeat_front_addr":"172.21.15.191:6805/4286794975","state":["exists","up"]},{"osd":5,"uuid":"1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6809","nonce":2745800499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6811","nonce":2745800499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6815","nonce":2745800499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6813","nonce":2745800499}]},"public_addr":"172.21.15.191:6809/2745800499","cluster_addr":"172.21.15.191:6811/2745800499","heartbeat_back_addr":"172.21.15.191:6815/2745800499","heartbeat_front_addr":"172.21.15.191:6813/2745800499","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:53:35.344471+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:54:28.972313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:55:18.288326+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:56:10.297801+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:00.164755+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:54.115595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/2880951356":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1471527181":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1708393700":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/1291177383":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/2504568455":"2024-09-18T11:50:09.446308+0000","172.21.15.40:6801/3521720128":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/3052108976":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/3521720128":"2024-09-18T11:50:09.446308+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T11:58:09.087 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T11:55:19.998563+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T11:58:09.087 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T11:58:09.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:09 smithi070 bash[21575]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:09 smithi070 bash[21575]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:09 smithi070 bash[21575]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:09.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:09 smithi070 bash[21575]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:09 smithi191 bash[21911]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:09 smithi191 bash[21911]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:09 smithi191 bash[21911]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:09 smithi191 bash[21911]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:09 smithi040 bash[19761]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:09 smithi040 bash[19761]: cluster 2024-09-17T11:58:07.507448+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:58:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:09 smithi040 bash[19761]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:09 smithi040 bash[19761]: audit 2024-09-17T11:58:08.430782+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.40:0/1039592193' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:11.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:11 smithi070 bash[21575]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:11.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:11 smithi070 bash[21575]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:11 smithi191 bash[21911]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:11 smithi191 bash[21911]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:11 smithi040 bash[19761]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:11 smithi040 bash[19761]: cluster 2024-09-17T11:58:09.508026+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:13 smithi070 bash[21575]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:13 smithi070 bash[21575]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:13 smithi191 bash[21911]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:13 smithi191 bash[21911]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:13 smithi040 bash[19761]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:13 smithi040 bash[19761]: cluster 2024-09-17T11:58:11.508542+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:13.839 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:15.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:15 smithi040 bash[19761]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:15 smithi040 bash[19761]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.247 INFO:teuthology.orchestra.run.smithi040.stdout:pg_num: 1 2024-09-17T11:58:15.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:15 smithi070 bash[21575]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:15 smithi070 bash[21575]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:15 smithi191 bash[21911]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:15 smithi191 bash[21911]: cluster 2024-09-17T11:58:13.509143+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:58:15.931 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T11:58:15.931 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T11:58:16.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:16 smithi040 bash[19761]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:16.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:16 smithi040 bash[19761]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:16.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:16 smithi070 bash[21575]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:16.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:16 smithi070 bash[21575]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:16.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:16 smithi191 bash[21911]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:16.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:16 smithi191 bash[21911]: audit 2024-09-17T11:58:15.246643+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.40:0/2414356024' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:58:17.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:17 smithi070 bash[21575]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:17.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:17 smithi070 bash[21575]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:17.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:17 smithi191 bash[21911]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:17.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:17 smithi191 bash[21911]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:17.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:17 smithi040 bash[19761]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:17.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:17 smithi040 bash[19761]: cluster 2024-09-17T11:58:15.509701+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:19 smithi070 bash[21575]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:19 smithi070 bash[21575]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:19 smithi191 bash[21911]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:19 smithi191 bash[21911]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:19 smithi040 bash[19761]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:19.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:19 smithi040 bash[19761]: cluster 2024-09-17T11:58:17.510298+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:20.692 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:21.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:21 smithi070 bash[21575]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:21.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:21 smithi070 bash[21575]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:21.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:21 smithi191 bash[21911]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:21.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:21 smithi191 bash[21911]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:21.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:21 smithi040 bash[19761]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:21.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:21 smithi040 bash[19761]: cluster 2024-09-17T11:58:19.510874+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:22.281 INFO:teuthology.orchestra.run.smithi040.stdout:[client.0] 2024-09-17T11:58:22.282 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQDebulmTWqpEBAA90W1eAFbI2wCH9tqEAAnBg== 2024-09-17T11:58:22.951 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-17T11:58:22.952 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T11:58:22.952 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T11:58:22.975 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-17T11:58:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:23.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:23 smithi040 bash[19761]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:23.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:23.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:23 smithi070 bash[21575]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: cluster 2024-09-17T11:58:21.511364+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: audit 2024-09-17T11:58:22.279409+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:58:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:23.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:23 smithi191 bash[21911]: audit 2024-09-17T11:58:22.281795+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.40:0/3181437648' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:58:25.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:25 smithi070 bash[21575]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:25.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:25 smithi070 bash[21575]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:25.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:25 smithi191 bash[21911]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:25.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:25 smithi191 bash[21911]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:25.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:25 smithi040 bash[19761]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:25.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:25 smithi040 bash[19761]: cluster 2024-09-17T11:58:23.511976+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:27 smithi070 bash[21575]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:27 smithi070 bash[21575]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:27 smithi191 bash[21911]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:27 smithi191 bash[21911]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:27 smithi040 bash[19761]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:27 smithi040 bash[19761]: cluster 2024-09-17T11:58:25.512498+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:27.768 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:29 smithi040 bash[19761]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:29 smithi040 bash[19761]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.246 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:29.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:29 smithi070 bash[21575]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:29 smithi070 bash[21575]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:29 smithi191 bash[21911]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:29 smithi191 bash[21911]: cluster 2024-09-17T11:58:27.513101+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:29.900 INFO:teuthology.orchestra.run.smithi040.stdout:[{"version":19,"timestamp":"2024-09-17T11:58:04.061416+0000","name":"","changes":[{"name":"osd/host:smithi191/osd_memory_target","previous_value":"22399207424","new_value":"11199603712"}]}] 2024-09-17T11:58:29.900 INFO:tasks.ceph_manager:config epoch is 19 2024-09-17T11:58:29.901 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T11:58:29.901 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T11:58:29.901 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T11:58:30.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:30 smithi040 bash[19761]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:30.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:30 smithi040 bash[19761]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:30.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:30 smithi070 bash[21575]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:30.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:30 smithi070 bash[21575]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:30.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:30 smithi191 bash[21911]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:30.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:30 smithi191 bash[21911]: audit 2024-09-17T11:58:29.245669+0000 mon.a (mon.0) 551 : audit [DBG] from='client.? 172.21.15.40:0/2414957228' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:58:31.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:31 smithi070 bash[21575]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:31.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:31 smithi070 bash[21575]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:31.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:31 smithi191 bash[21911]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:31.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:31 smithi191 bash[21911]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:31.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:31 smithi040 bash[19761]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:31.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:31 smithi040 bash[19761]: cluster 2024-09-17T11:58:29.513645+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:33 smithi070 bash[21575]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:33 smithi070 bash[21575]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:33 smithi191 bash[21911]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:33 smithi191 bash[21911]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:33 smithi040 bash[19761]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:33.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:33 smithi040 bash[19761]: cluster 2024-09-17T11:58:31.514132+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:34.651 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:35.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:35 smithi070 bash[21575]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:35.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:35 smithi070 bash[21575]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:35.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:35 smithi191 bash[21911]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:35.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:35 smithi191 bash[21911]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:35.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:35 smithi040 bash[19761]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:35.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:35 smithi040 bash[19761]: cluster 2024-09-17T11:58:33.514699+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:36.156 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:36.885 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":4051092594},{"type":"v1","addr":"172.21.15.40:6801","nonce":4051092594}]},"active_addr":"172.21.15.40:6801/4051092594","active_change":"2024-09-17T11:50:47.395135+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.40: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.40:0","nonce":514888881}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":1710598772}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":380760527}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":1855468312}]}]} 2024-09-17T11:58:36.888 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T11:58:36.888 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T11:58:36.889 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:58:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:37 smithi040 bash[19761]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:37 smithi040 bash[19761]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:37 smithi040 bash[19761]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:37.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:37 smithi040 bash[19761]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:37.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:37 smithi070 bash[21575]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:37 smithi070 bash[21575]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:37 smithi070 bash[21575]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:37.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:37 smithi070 bash[21575]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:37.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:37 smithi191 bash[21911]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:37 smithi191 bash[21911]: cluster 2024-09-17T11:58:35.515258+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:37.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:37 smithi191 bash[21911]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:37.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:37 smithi191 bash[21911]: audit 2024-09-17T11:58:36.151209+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.40:0/1391145684' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:58:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:39 smithi070 bash[21575]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:39 smithi070 bash[21575]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:39.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:39 smithi191 bash[21911]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:39.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:39 smithi191 bash[21911]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:39.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:39 smithi040 bash[19761]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:39.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:39 smithi040 bash[19761]: cluster 2024-09-17T11:58:37.515860+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:41 smithi070 bash[21575]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:41 smithi070 bash[21575]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:41 smithi191 bash[21911]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:41 smithi191 bash[21911]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:41 smithi040 bash[19761]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:41 smithi040 bash[19761]: cluster 2024-09-17T11:58:39.516382+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:41.640 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:43.085 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:43.085 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":39,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","created":"2024-09-17T11:49:40.209230+0000","modified":"2024-09-17T11:57:57.882472+0000","last_up_change":"2024-09-17T11:57:55.877324+0000","last_in_change":"2024-09-17T11:57:26.718371+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:55:19.998563+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ba808657-1f71-4182-aeb5-df9f2739848a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6803","nonce":2177849531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6805","nonce":2177849531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6809","nonce":2177849531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6807","nonce":2177849531}]},"public_addr":"172.21.15.40:6803/2177849531","cluster_addr":"172.21.15.40:6805/2177849531","heartbeat_back_addr":"172.21.15.40:6809/2177849531","heartbeat_front_addr":"172.21.15.40:6807/2177849531","state":["exists","up"]},{"osd":1,"uuid":"ce1675c7-6e16-4160-8619-260e96b4e7a7","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.40:6810","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6811","nonce":4294543861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6813","nonce":4294543861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6817","nonce":4294543861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6815","nonce":4294543861}]},"public_addr":"172.21.15.40:6811/4294543861","cluster_addr":"172.21.15.40:6813/4294543861","heartbeat_back_addr":"172.21.15.40:6817/4294543861","heartbeat_front_addr":"172.21.15.40:6815/4294543861","state":["exists","up"]},{"osd":2,"uuid":"98b4aa24-8c7a-4274-9fea-c6fe850942c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6801","nonce":4249534898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6803","nonce":4249534898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6807","nonce":4249534898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6805","nonce":4249534898}]},"public_addr":"172.21.15.70:6801/4249534898","cluster_addr":"172.21.15.70:6803/4249534898","heartbeat_back_addr":"172.21.15.70:6807/4249534898","heartbeat_front_addr":"172.21.15.70:6805/4249534898","state":["exists","up"]},{"osd":3,"uuid":"a7f1d7a3-5e3e-4667-84b0-548b04c8206b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6809","nonce":383321095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6811","nonce":383321095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6815","nonce":383321095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6813","nonce":383321095}]},"public_addr":"172.21.15.70:6809/383321095","cluster_addr":"172.21.15.70:6811/383321095","heartbeat_back_addr":"172.21.15.70:6815/383321095","heartbeat_front_addr":"172.21.15.70:6813/383321095","state":["exists","up"]},{"osd":4,"uuid":"879c98da-b7d5-46b3-8dab-0eee87d501ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6801","nonce":4286794975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6803","nonce":4286794975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6807","nonce":4286794975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6805","nonce":4286794975}]},"public_addr":"172.21.15.191:6801/4286794975","cluster_addr":"172.21.15.191:6803/4286794975","heartbeat_back_addr":"172.21.15.191:6807/4286794975","heartbeat_front_addr":"172.21.15.191:6805/4286794975","state":["exists","up"]},{"osd":5,"uuid":"1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6809","nonce":2745800499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6811","nonce":2745800499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6815","nonce":2745800499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6813","nonce":2745800499}]},"public_addr":"172.21.15.191:6809/2745800499","cluster_addr":"172.21.15.191:6811/2745800499","heartbeat_back_addr":"172.21.15.191:6815/2745800499","heartbeat_front_addr":"172.21.15.191:6813/2745800499","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:53:35.344471+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:54:28.972313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:55:18.288326+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:56:10.297801+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:00.164755+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:54.115595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/2880951356":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1471527181":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1708393700":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/1291177383":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/2504568455":"2024-09-18T11:50:09.446308+0000","172.21.15.40:6801/3521720128":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/3052108976":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/3521720128":"2024-09-18T11:50:09.446308+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T11:58:43.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:43 smithi040 bash[19761]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:43 smithi040 bash[19761]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:43 smithi040 bash[19761]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.354 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:43 smithi040 bash[19761]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:43 smithi070 bash[21575]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:43 smithi070 bash[21575]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:43 smithi070 bash[21575]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:43 smithi070 bash[21575]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:43 smithi191 bash[21911]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:43 smithi191 bash[21911]: cluster 2024-09-17T11:58:41.516948+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:43.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:43 smithi191 bash[21911]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:43 smithi191 bash[21911]: audit 2024-09-17T11:58:43.084152+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.40:0/3300127020' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:43.799 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T11:58:43.799 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:58:45.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:45 smithi070 bash[21575]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:45.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:45 smithi070 bash[21575]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:45.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:45 smithi191 bash[21911]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:45.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:45 smithi191 bash[21911]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:45.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:45 smithi040 bash[19761]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:45.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:45 smithi040 bash[19761]: cluster 2024-09-17T11:58:43.517520+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:47 smithi070 bash[21575]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:47 smithi070 bash[21575]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:47 smithi191 bash[21911]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:47 smithi191 bash[21911]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:47 smithi040 bash[19761]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:47.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:47 smithi040 bash[19761]: cluster 2024-09-17T11:58:45.518055+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:48.554 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:49.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:49 smithi191 bash[21911]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:49 smithi191 bash[21911]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:49 smithi040 bash[19761]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:49 smithi040 bash[19761]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:49 smithi070 bash[21575]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:49 smithi070 bash[21575]: cluster 2024-09-17T11:58:47.518626+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:49.991 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:58:49.991 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":39,"fsid":"9f7ccbfe-74ea-11ef-bceb-c7b262605968","created":"2024-09-17T11:49:40.209230+0000","modified":"2024-09-17T11:57:57.882472+0000","last_up_change":"2024-09-17T11:57:55.877324+0000","last_in_change":"2024-09-17T11:57:26.718371+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:55:19.998563+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ba808657-1f71-4182-aeb5-df9f2739848a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6803","nonce":2177849531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6805","nonce":2177849531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6809","nonce":2177849531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2177849531},{"type":"v1","addr":"172.21.15.40:6807","nonce":2177849531}]},"public_addr":"172.21.15.40:6803/2177849531","cluster_addr":"172.21.15.40:6805/2177849531","heartbeat_back_addr":"172.21.15.40:6809/2177849531","heartbeat_front_addr":"172.21.15.40:6807/2177849531","state":["exists","up"]},{"osd":1,"uuid":"ce1675c7-6e16-4160-8619-260e96b4e7a7","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.40:6810","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6811","nonce":4294543861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6813","nonce":4294543861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6817","nonce":4294543861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":4294543861},{"type":"v1","addr":"172.21.15.40:6815","nonce":4294543861}]},"public_addr":"172.21.15.40:6811/4294543861","cluster_addr":"172.21.15.40:6813/4294543861","heartbeat_back_addr":"172.21.15.40:6817/4294543861","heartbeat_front_addr":"172.21.15.40:6815/4294543861","state":["exists","up"]},{"osd":2,"uuid":"98b4aa24-8c7a-4274-9fea-c6fe850942c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6801","nonce":4249534898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6803","nonce":4249534898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6807","nonce":4249534898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":4249534898},{"type":"v1","addr":"172.21.15.70:6805","nonce":4249534898}]},"public_addr":"172.21.15.70:6801/4249534898","cluster_addr":"172.21.15.70:6803/4249534898","heartbeat_back_addr":"172.21.15.70:6807/4249534898","heartbeat_front_addr":"172.21.15.70:6805/4249534898","state":["exists","up"]},{"osd":3,"uuid":"a7f1d7a3-5e3e-4667-84b0-548b04c8206b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6809","nonce":383321095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6811","nonce":383321095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6815","nonce":383321095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":383321095},{"type":"v1","addr":"172.21.15.70:6813","nonce":383321095}]},"public_addr":"172.21.15.70:6809/383321095","cluster_addr":"172.21.15.70:6811/383321095","heartbeat_back_addr":"172.21.15.70:6815/383321095","heartbeat_front_addr":"172.21.15.70:6813/383321095","state":["exists","up"]},{"osd":4,"uuid":"879c98da-b7d5-46b3-8dab-0eee87d501ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6801","nonce":4286794975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6803","nonce":4286794975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6807","nonce":4286794975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":4286794975},{"type":"v1","addr":"172.21.15.191:6805","nonce":4286794975}]},"public_addr":"172.21.15.191:6801/4286794975","cluster_addr":"172.21.15.191:6803/4286794975","heartbeat_back_addr":"172.21.15.191:6807/4286794975","heartbeat_front_addr":"172.21.15.191:6805/4286794975","state":["exists","up"]},{"osd":5,"uuid":"1e2dfae9-1c3b-4021-b2b7-5b27a6bb2ad6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6809","nonce":2745800499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6811","nonce":2745800499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6815","nonce":2745800499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2745800499},{"type":"v1","addr":"172.21.15.191:6813","nonce":2745800499}]},"public_addr":"172.21.15.191:6809/2745800499","cluster_addr":"172.21.15.191:6811/2745800499","heartbeat_back_addr":"172.21.15.191:6815/2745800499","heartbeat_front_addr":"172.21.15.191:6813/2745800499","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:53:35.344471+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:54:28.972313+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:55:18.288326+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:56:10.297801+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:00.164755+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:57:54.115595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/1991123270":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/2880951356":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1471527181":"2024-09-18T11:50:47.394862+0000","172.21.15.40:0/1708393700":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/1291177383":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/2504568455":"2024-09-18T11:50:09.446308+0000","172.21.15.40:6801/3521720128":"2024-09-18T11:50:09.446308+0000","172.21.15.40:0/3052108976":"2024-09-18T11:50:47.394862+0000","172.21.15.40:6800/3521720128":"2024-09-18T11:50:09.446308+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T11:58:50.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:50 smithi191 bash[21911]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:50.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:50 smithi191 bash[21911]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:50.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:50 smithi040 bash[19761]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:50.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:50 smithi040 bash[19761]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:50.649 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T11:58:50.650 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T11:58:50.650 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T11:58:50.651 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T11:58:50.651 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T11:58:50.651 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T11:58:50.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:50 smithi070 bash[21575]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:50.659 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:50 smithi070 bash[21575]: audit 2024-09-17T11:58:49.990703+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.40:0/2829169382' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:58:51.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:51 smithi191 bash[21911]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:51.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:51 smithi191 bash[21911]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:51.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:51 smithi040 bash[19761]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:51.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:51 smithi040 bash[19761]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:51.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:51 smithi070 bash[21575]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:51.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:51 smithi070 bash[21575]: cluster 2024-09-17T11:58:49.519190+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:53 smithi191 bash[21911]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:53 smithi191 bash[21911]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:53 smithi040 bash[19761]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:53 smithi040 bash[19761]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:53 smithi070 bash[21575]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:53.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:53 smithi070 bash[21575]: cluster 2024-09-17T11:58:51.519754+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.409 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.410 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.410 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.410 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.411 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.411 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:55.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:55 smithi040 bash[19761]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:55 smithi040 bash[19761]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:55 smithi070 bash[21575]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:55 smithi070 bash[21575]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:55 smithi191 bash[21911]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:55.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:55 smithi191 bash[21911]: cluster 2024-09-17T11:58:53.520353+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:57 smithi040 bash[19761]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:57 smithi040 bash[19761]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:57 smithi070 bash[21575]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:57 smithi070 bash[21575]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:57 smithi191 bash[21911]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:57.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:57 smithi191 bash[21911]: cluster 2024-09-17T11:58:55.520879+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:59 smithi040 bash[19761]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:58:59 smithi040 bash[19761]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:59 smithi070 bash[21575]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:58:59 smithi070 bash[21575]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:59 smithi191 bash[21911]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:58:59.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:58:59 smithi191 bash[21911]: cluster 2024-09-17T11:58:57.521509+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:00.271 INFO:teuthology.orchestra.run.smithi040.stdout:133143986202 2024-09-17T11:59:00.271 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T11:59:00.339 INFO:teuthology.orchestra.run.smithi040.stdout:77309411375 2024-09-17T11:59:00.339 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T11:59:01.187 INFO:teuthology.orchestra.run.smithi040.stdout:55834574905 2024-09-17T11:59:01.188 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T11:59:01.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:01 smithi040 bash[19761]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:01 smithi040 bash[19761]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:01 smithi070 bash[21575]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:01 smithi070 bash[21575]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:01 smithi191 bash[21911]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:01 smithi191 bash[21911]: cluster 2024-09-17T11:58:59.522060+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:01.911 INFO:teuthology.orchestra.run.smithi040.stdout:107374182436 2024-09-17T11:59:01.912 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T11:59:02.111 INFO:teuthology.orchestra.run.smithi040.stdout:158913789968 2024-09-17T11:59:02.112 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T11:59:02.122 INFO:teuthology.orchestra.run.smithi040.stdout:34359738436 2024-09-17T11:59:02.122 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T11:59:03.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:03 smithi040 bash[19761]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:03.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:03 smithi040 bash[19761]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:03.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:03 smithi070 bash[21575]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:03.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:03 smithi070 bash[21575]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:03.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:03 smithi191 bash[21911]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:03.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:03 smithi191 bash[21911]: cluster 2024-09-17T11:59:01.522597+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:04 smithi040 bash[19761]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:04 smithi040 bash[19761]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:04.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:04 smithi070 bash[21575]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:04.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:04 smithi070 bash[21575]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:04 smithi191 bash[21911]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:04.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:04 smithi191 bash[21911]: audit 2024-09-17T11:59:04.138298+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:05.015 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:05.015 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:05.016 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:05 smithi040 bash[19761]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:05.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:05 smithi070 bash[21575]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: cluster 2024-09-17T11:59:03.523189+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.944904+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.946540+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:05.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:05.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:05 smithi191 bash[21911]: audit 2024-09-17T11:59:04.955711+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:06.026 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:06.026 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:06.026 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:07.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:07 smithi040 bash[19761]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:07 smithi040 bash[19761]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:07.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:07 smithi070 bash[21575]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:07.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:07 smithi070 bash[21575]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:07.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:07 smithi191 bash[21911]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:07.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:07 smithi191 bash[21911]: cluster 2024-09-17T11:59:05.523629+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:08.041 INFO:teuthology.orchestra.run.smithi040.stdout:55834574906 2024-09-17T11:59:08.429 INFO:teuthology.orchestra.run.smithi040.stdout:77309411377 2024-09-17T11:59:08.443 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:08 smithi040 bash[19761]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:08.443 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:08 smithi040 bash[19761]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:08.577 INFO:teuthology.orchestra.run.smithi040.stdout:133143986204 2024-09-17T11:59:08.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:08 smithi070 bash[21575]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:08.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:08 smithi070 bash[21575]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:08.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:08 smithi191 bash[21911]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:08.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:08 smithi191 bash[21911]: audit 2024-09-17T11:59:08.041952+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.40:0/3646145078' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:59:09.123 INFO:teuthology.orchestra.run.smithi040.stdout:34359738437 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:09 smithi040 bash[19761]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:09.587 INFO:teuthology.orchestra.run.smithi040.stdout:158913789970 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:09 smithi070 bash[21575]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: cluster 2024-09-17T11:59:07.524235+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:08.430045+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.40:0/2598847367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:08.577284+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.40:0/34328980' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:09.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:09 smithi191 bash[21911]: audit 2024-09-17T11:59:09.123724+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.40:0/905916973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:59:10.396 INFO:teuthology.orchestra.run.smithi040.stdout:107374182438 2024-09-17T11:59:10.398 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:10 smithi040 bash[19761]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:10.398 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:10 smithi040 bash[19761]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:10.399 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574905 got 55834574906 for osd.1 2024-09-17T11:59:10.399 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:10 smithi070 bash[21575]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:10.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:10 smithi070 bash[21575]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:10.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:10 smithi191 bash[21911]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:10.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:10 smithi191 bash[21911]: audit 2024-09-17T11:59:09.587924+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.40:0/18584340' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:59:11.042 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411377 for osd.2 2024-09-17T11:59:11.042 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:11.197 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986202 got 133143986204 for osd.4 2024-09-17T11:59:11.197 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:11 smithi040 bash[19761]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:11 smithi040 bash[19761]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:11 smithi040 bash[19761]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:11 smithi040 bash[19761]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:11.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:11 smithi070 bash[21575]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:11 smithi070 bash[21575]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:11 smithi070 bash[21575]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:11.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:11 smithi070 bash[21575]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:11.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:11 smithi191 bash[21911]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:11 smithi191 bash[21911]: cluster 2024-09-17T11:59:09.524789+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:11.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:11 smithi191 bash[21911]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:11.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:11 smithi191 bash[21911]: audit 2024-09-17T11:59:10.396213+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.40:0/2942703744' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:59:12.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738436 got 34359738437 for osd.0 2024-09-17T11:59:12.141 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:12.298 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789970 for osd.5 2024-09-17T11:59:12.298 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:12.347 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182436 got 107374182438 for osd.3 2024-09-17T11:59:12.348 DEBUG:teuthology.parallel:result is None 2024-09-17T11:59:12.348 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T11:59:12.348 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T11:59:13.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:13 smithi070 bash[21575]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:13.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:13 smithi070 bash[21575]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:13.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:13 smithi191 bash[21911]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:13.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:13 smithi191 bash[21911]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:13.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:13 smithi040 bash[19761]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:13.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:13 smithi040 bash[19761]: cluster 2024-09-17T11:59:11.525336+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:15 smithi070 bash[21575]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:15 smithi070 bash[21575]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:15 smithi191 bash[21911]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:15 smithi191 bash[21911]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:15 smithi040 bash[19761]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:15.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:15 smithi040 bash[19761]: cluster 2024-09-17T11:59:13.525906+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.103 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:17.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:17 smithi040 bash[19761]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:17 smithi040 bash[19761]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:17 smithi070 bash[21575]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:17 smithi070 bash[21575]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:17 smithi191 bash[21911]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:17.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:17 smithi191 bash[21911]: cluster 2024-09-17T11:59:15.526551+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:18.565 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2024-09-17T11:59:18.565 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:59:19.301 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":284,"stamp":"2024-09-17T11:59:17.526933+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":182632,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288280,"statfs":{"total":575970213888,"available":575783198720,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":182966944},"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.003519"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":65,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T11:57:58.211748+0000","last_change":"2024-09-17T11:57:58.210894+0000","last_active":"2024-09-17T11:57:58.211748+0000","last_peered":"2024-09-17T11:57:58.211748+0000","last_clean":"2024-09-17T11:57:58.211748+0000","last_became_active":"2024-09-17T11:57:58.199120+0000","last_became_peered":"2024-09-17T11:57:58.199120+0000","last_unstale":"2024-09-17T11:57:58.211748+0000","last_undegraded":"2024-09-17T11:57:58.211748+0000","last_fullsized":"2024-09-17T11:57:58.211748+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T11:55:20.810066+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:55:20.810066+0000","last_clean_scrub_stamp":"2024-09-17T11:55:20.810066+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-18T13:53:12.105330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789972,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986206,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31540,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713612,"statfs":{"total":95995035648,"available":95962738688,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182440,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411379,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32116,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713036,"statfs":{"total":95995035648,"available":95962148864,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738439,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T11:59:19.302 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T11:59:19.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:19 smithi070 bash[21575]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:19.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:19 smithi070 bash[21575]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:19.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:19 smithi191 bash[21911]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:19.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:19 smithi191 bash[21911]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:19.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:19 smithi040 bash[19761]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:19.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:19 smithi040 bash[19761]: cluster 2024-09-17T11:59:17.527296+0000 mgr.x (mgr.14152) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:20.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:20 smithi070 bash[21575]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:20.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:20 smithi070 bash[21575]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:20.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:20 smithi191 bash[21911]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:20.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:20 smithi191 bash[21911]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:20.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:20 smithi040 bash[19761]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:20.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:20 smithi040 bash[19761]: audit 2024-09-17T11:59:18.564485+0000 mgr.x (mgr.14152) 323 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:21.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:21 smithi070 bash[21575]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:21.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:21 smithi070 bash[21575]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:21.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:21 smithi191 bash[21911]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:21.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:21 smithi191 bash[21911]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:21.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:21 smithi040 bash[19761]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:21.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:21 smithi040 bash[19761]: cluster 2024-09-17T11:59:19.527860+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:22 smithi070 bash[21575]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:22 smithi070 bash[21575]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:22 smithi191 bash[21911]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.681 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:22 smithi191 bash[21911]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:22 smithi040 bash[19761]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:22.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:22 smithi040 bash[19761]: cluster 2024-09-17T11:59:21.528359+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.061 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:24.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:24 smithi070 bash[21575]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:24 smithi070 bash[21575]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:24 smithi191 bash[21911]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:24 smithi191 bash[21911]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:24 smithi040 bash[19761]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:24.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:24 smithi040 bash[19761]: cluster 2024-09-17T11:59:23.528947+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:25.539 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2024-09-17T11:59:25.539 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:59:26.267 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":288,"stamp":"2024-09-17T11:59:25.529210+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":182632,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288280,"statfs":{"total":575970213888,"available":575783198720,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":182966944},"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.003581"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":65,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T11:57:58.211748+0000","last_change":"2024-09-17T11:57:58.210894+0000","last_active":"2024-09-17T11:57:58.211748+0000","last_peered":"2024-09-17T11:57:58.211748+0000","last_clean":"2024-09-17T11:57:58.211748+0000","last_became_active":"2024-09-17T11:57:58.199120+0000","last_became_peered":"2024-09-17T11:57:58.199120+0000","last_unstale":"2024-09-17T11:57:58.211748+0000","last_undegraded":"2024-09-17T11:57:58.211748+0000","last_fullsized":"2024-09-17T11:57:58.211748+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T11:55:20.810066+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:55:20.810066+0000","last_clean_scrub_stamp":"2024-09-17T11:55:20.810066+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-18T13:53:12.105330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986207,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31540,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713612,"statfs":{"total":95995035648,"available":95962738688,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182441,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32116,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713036,"statfs":{"total":95995035648,"available":95962148864,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":31536,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T11:59:26.267 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T11:59:26.267 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T11:59:26.268 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T11:59:26.268 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T11:59:26.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:26 smithi070 bash[21575]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:26 smithi070 bash[21575]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:26 smithi070 bash[21575]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:26.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:26 smithi070 bash[21575]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:26 smithi191 bash[21911]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:26 smithi191 bash[21911]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:26 smithi191 bash[21911]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:26.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:26 smithi191 bash[21911]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:26 smithi040 bash[19761]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:26 smithi040 bash[19761]: cluster 2024-09-17T11:59:25.529439+0000 mgr.x (mgr.14152) 327 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:26 smithi040 bash[19761]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:26.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:26 smithi040 bash[19761]: audit 2024-09-17T11:59:25.538431+0000 mgr.x (mgr.14152) 328 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:28.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:28 smithi070 bash[21575]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:28.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:28 smithi070 bash[21575]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:28.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:28 smithi191 bash[21911]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:28.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:28 smithi191 bash[21911]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:28.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:28 smithi040 bash[19761]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:28.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:28 smithi040 bash[19761]: cluster 2024-09-17T11:59:27.529997+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:30 smithi070 bash[21575]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:30 smithi070 bash[21575]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:30 smithi191 bash[21911]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:30 smithi191 bash[21911]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:30 smithi040 bash[19761]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:30.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:30 smithi040 bash[19761]: cluster 2024-09-17T11:59:29.530569+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:31.022 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:32.518 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:59:32.518 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T11:59:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:32 smithi070 bash[21575]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:32 smithi070 bash[21575]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:32 smithi070 bash[21575]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:32 smithi070 bash[21575]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:32 smithi191 bash[21911]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:32 smithi191 bash[21911]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:32 smithi191 bash[21911]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:32 smithi191 bash[21911]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:32.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:32 smithi040 bash[19761]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:32 smithi040 bash[19761]: cluster 2024-09-17T11:59:31.531129+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:32.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:32 smithi040 bash[19761]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:32.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:32 smithi040 bash[19761]: audit 2024-09-17T11:59:32.518291+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.40:0/1016770808' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:59:33.182 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T11:59:33.182 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T11:59:33.182 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:59:33.193 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T11:59:33.193 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create cephfs' 2024-09-17T11:59:34.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:34 smithi070 bash[21575]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:34.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:34 smithi070 bash[21575]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:34 smithi191 bash[21911]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:34 smithi191 bash[21911]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:34.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:34 smithi040 bash[19761]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:34.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:34 smithi040 bash[19761]: cluster 2024-09-17T11:59:33.531692+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:36 smithi070 bash[21575]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:36 smithi070 bash[21575]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:36 smithi191 bash[21911]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:36 smithi191 bash[21911]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:36 smithi040 bash[19761]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:36.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:36 smithi040 bash[19761]: cluster 2024-09-17T11:59:35.532225+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:37.946 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:38.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:38 smithi070 bash[21575]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:38.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:38 smithi070 bash[21575]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:38.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:38 smithi191 bash[21911]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:38.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:38 smithi191 bash[21911]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:38.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:38 smithi040 bash[19761]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:38.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:38 smithi040 bash[19761]: cluster 2024-09-17T11:59:37.532798+0000 mgr.x (mgr.14152) 334 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:39.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:39 smithi070 bash[21575]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:39.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:39 smithi070 bash[21575]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:39.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:39 smithi191 bash[21911]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:39.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:39 smithi191 bash[21911]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:39.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:39 smithi040 bash[19761]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:39.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:39 smithi040 bash[19761]: audit 2024-09-17T11:59:39.431135+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:59:40.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:40 smithi070 bash[21575]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:40 smithi191 bash[21911]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.430468+0000 mgr.x (mgr.14152) 335 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: cluster 2024-09-17T11:59:39.533236+0000 mgr.x (mgr.14152) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:40.930 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.622739+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: cluster 2024-09-17T11:59:39.627227+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: audit 2024-09-17T11:59:39.629284+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:40.931 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:40 smithi040 bash[19761]: debug 2024-09-17T11:59:40.649+0000 7fbbbbd49640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.439 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T11:59:41.449 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-17T11:59:41.449 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:59:41.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.722 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.723 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.724 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:41.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:41 smithi040 bash[19761]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:41.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:41 smithi070 bash[21575]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:41.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.626539+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.633311+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.648852+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.652367+0000 mon.a (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.652529+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.660129+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.669295+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cluster 2024-09-17T11:59:40.669592+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:0 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cephadm 2024-09-17T11:59:40.675924+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.685224+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.686917+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:41.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.689806+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.691188+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.698491+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.702420+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.706297+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi191.qopber", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: audit 2024-09-17T11:59:40.709776+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:41.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:41 smithi191 bash[21911]: cephadm 2024-09-17T11:59:40.711007+0000 mgr.x (mgr.14152) 338 : cephadm [INF] Deploying daemon mds.cephfs.smithi191.qopber on smithi191 2024-09-17T11:59:42.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:42 smithi191 bash[21911]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:42.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:42 smithi191 bash[21911]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:42.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:42 smithi191 bash[21911]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:42.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:42 smithi191 bash[21911]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:42.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:42 smithi040 bash[19761]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:42 smithi040 bash[19761]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:42 smithi040 bash[19761]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:42.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:42 smithi040 bash[19761]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:43.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:42 smithi070 bash[21575]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:43.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:42 smithi070 bash[21575]: cluster 2024-09-17T11:59:41.533836+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v299: 65 pgs: 2 creating+peering, 62 unknown, 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:43.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:42 smithi070 bash[21575]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:43.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:42 smithi070 bash[21575]: cluster 2024-09-17T11:59:41.664376+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:59:43.395 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.395 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.396 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.679 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.679 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 11:59:43 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:43.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:43.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:43.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:43.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:43.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:43.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:43 smithi040 bash[19761]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:44.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:44.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:44.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:43 smithi070 bash[21575]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:44.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:44.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: cluster 2024-09-17T11:59:42.670508+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:59:44.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.555428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.563142+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.572013+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.573451+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.577934+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi040.nvdblj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:44.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:43 smithi191 bash[21911]: audit 2024-09-17T11:59:43.582520+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:44.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:44 smithi191 bash[21911]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:44.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:44 smithi191 bash[21911]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:44.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:44 smithi191 bash[21911]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:44.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:44 smithi191 bash[21911]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:44.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:44 smithi040 bash[19761]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:44.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:44 smithi040 bash[19761]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:44.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:44 smithi040 bash[19761]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:44.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:44 smithi040 bash[19761]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:45.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:44 smithi070 bash[21575]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:45.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:44 smithi070 bash[21575]: cluster 2024-09-17T11:59:43.534520+0000 mgr.x (mgr.14152) 340 : cluster [DBG] pgmap v302: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:45.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:44 smithi070 bash[21575]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:45.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:44 smithi070 bash[21575]: cephadm 2024-09-17T11:59:43.584676+0000 mgr.x (mgr.14152) 341 : cephadm [INF] Deploying daemon mds.cephfs.smithi040.nvdblj on smithi040 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:45.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:45.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:45 smithi040 bash[19761]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:46.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:46.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:46.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:46.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:46.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:46.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:45 smithi070 bash[21575]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:46.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:46.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.697478+0000 mon.a (mon.0) 594 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:boot 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.697827+0000 mon.a (mon.0) 595 : cluster [INF] daemon mds.cephfs.smithi191.qopber assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698000+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698058+0000 mon.a (mon.0) 597 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698106+0000 mon.a (mon.0) 598 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.698723+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:46.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: audit 2024-09-17T11:59:44.698972+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:46.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:46.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.706307+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:creating} 2024-09-17T11:59:46.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:46.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:45 smithi191 bash[21911]: cluster 2024-09-17T11:59:44.718992+0000 mon.a (mon.0) 602 : cluster [INF] daemon mds.cephfs.smithi191.qopber is now active in filesystem cephfs as rank 0 2024-09-17T11:59:46.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.329 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.329 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.329 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.458 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:46.713 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.713 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.714 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.714 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 11:59:46 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:46.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:46 smithi040 bash[19761]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:47.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:47.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:46 smithi070 bash[21575]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.535247+0000 mgr.x (mgr.14152) 342 : cluster [DBG] pgmap v303: 65 pgs: 43 active+clean, 15 creating+activating, 2 creating+peering, 5 unknown; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.715447+0000 mon.a (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.191:6816/222185406,v1:172.21.15.191:6817/222185406] up:active 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: cluster 2024-09-17T11:59:45.715605+0000 mon.a (mon.0) 604 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.571700+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.575780+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.580106+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.584270+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.590415+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:47.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:46 smithi191 bash[21911]: audit 2024-09-17T11:59:46.618433+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:48.543 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:59:48.543 INFO:teuthology.orchestra.run.smithi040.stdout:[{"events": ["2024-09-17T11:59:46.590623Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T11:52:39.372872Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T11:54:23.778641Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:52:18.710512Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T11:54:23.778517Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T11:54:23.778746Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:59:48.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:48 smithi040 bash[19761]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:48.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:48 smithi040 bash[19761]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:49.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:48 smithi070 bash[21575]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:49.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:48 smithi070 bash[21575]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:49.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:48 smithi191 bash[21911]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:49.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:48 smithi191 bash[21911]: cluster 2024-09-17T11:59:47.536161+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v304: 65 pgs: 65 active+clean; 578 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T11:59:49.223 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T11:59:50.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.158 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:49 smithi070 bash[21575]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.181 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:49 smithi191 bash[21911]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: audit 2024-09-17T11:59:48.539114+0000 mgr.x (mgr.14152) 344 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:50.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721403+0000 mon.a (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:boot 2024-09-17T11:59:50.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721556+0000 mon.a (mon.0) 612 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi191.qopber in favor of higher affinity standby. 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.721630+0000 mon.a (mon.0) 613 : cluster [WRN] Replacing daemon mds.cephfs.smithi191.qopber as rank 0 with standby daemon mds.cephfs.smithi040.nvdblj 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722143+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722204+0000 mon.a (mon.0) 615 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.722733+0000 mon.a (mon.0) 616 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi191.qopber=up:active} 1 up:standby 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: audit 2024-09-17T11:59:48.724322+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.731173+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:59:50.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:49 smithi040 bash[19761]: cluster 2024-09-17T11:59:48.731353+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:replay} 2024-09-17T11:59:50.224 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:59:51.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:51.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:50 smithi070 bash[21575]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:51.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:50 smithi191 bash[21911]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.536793+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v306: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.725566+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.740860+0000 mon.a (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:reconnect 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.740967+0000 mon.a (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.191:6816/755761466,v1:172.21.15.191:6817/755761466] up:boot 2024-09-17T11:59:51.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: cluster 2024-09-17T11:59:49.741207+0000 mon.a (mon.0) 623 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:reconnect} 1 up:standby 2024-09-17T11:59:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: audit 2024-09-17T11:59:49.741487+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T11:59:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:51.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:50 smithi040 bash[19761]: audit 2024-09-17T11:59:49.792742+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:52.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:51 smithi070 bash[21575]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:52.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:51 smithi191 bash[21911]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:52.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739102+0000 mon.a (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:rejoin 2024-09-17T11:59:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739175+0000 mon.a (mon.0) 627 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi040.nvdblj=up:rejoin} 1 up:standby 2024-09-17T11:59:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:52.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:51 smithi040 bash[19761]: cluster 2024-09-17T11:59:50.739274+0000 mon.a (mon.0) 628 : cluster [INF] daemon mds.cephfs.smithi040.nvdblj is now active in filesystem cephfs as rank 0 2024-09-17T11:59:53.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.157 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:52 smithi070 bash[21575]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:52 smithi191 bash[21911]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.537610+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v307: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 346 B/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.738175+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.738218+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.753623+0000 mon.a (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.40:6818/3002953050,v1:172.21.15.40:6819/3002953050] up:active 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: cluster 2024-09-17T11:59:51.753789+0000 mon.a (mon.0) 632 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi040.nvdblj=up:active} 1 up:standby 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: audit 2024-09-17T11:59:51.922229+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:53.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:52 smithi040 bash[19761]: audit 2024-09-17T11:59:51.931501+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:54 smithi070 bash[21575]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:54 smithi191 bash[21911]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.010719+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.017623+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.018961+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.019862+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.028134+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.065711+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.067308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.068043+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:54.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:54 smithi040 bash[19761]: audit 2024-09-17T11:59:53.077356+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:54.747 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:59:55.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:55 smithi040 bash[19761]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:55 smithi040 bash[19761]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:55 smithi040 bash[19761]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:55.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:55 smithi040 bash[19761]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:55.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:55 smithi070 bash[21575]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:55 smithi070 bash[21575]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:55 smithi070 bash[21575]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:55.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:55 smithi070 bash[21575]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:55.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:55 smithi191 bash[21911]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:55 smithi191 bash[21911]: cluster 2024-09-17T11:59:53.538599+0000 mgr.x (mgr.14152) 347 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:55.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:55 smithi191 bash[21911]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:55.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:55 smithi191 bash[21911]: audit 2024-09-17T11:59:54.798963+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.40:0/3970305354' entity='mgr.x' 2024-09-17T11:59:56.266 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T11:59:56.266 INFO:teuthology.orchestra.run.smithi040.stdout:[{"events": ["2024-09-17T11:59:46.590623Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T11:59:51.913188Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T11:52:39.372872Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T11:59:53.004435Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:52:18.710512Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T11:56:06.886943Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T11:56:06.887265Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:59:56.929 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-17T11:59:56.930 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:59:56.939 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T11:59:56.939 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-17T11:59:57.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:57 smithi040 bash[19761]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:57.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:57 smithi040 bash[19761]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:57.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:57 smithi070 bash[21575]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:57.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:57 smithi070 bash[21575]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:57.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:57 smithi191 bash[21911]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:57.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:57 smithi191 bash[21911]: cluster 2024-09-17T11:59:55.539253+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-09-17T11:59:58.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:58 smithi070 bash[21575]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:58.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:58 smithi070 bash[21575]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:58.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:58 smithi191 bash[21911]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:58.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:58 smithi191 bash[21911]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:58.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:58 smithi040 bash[19761]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:58.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:58 smithi040 bash[19761]: audit 2024-09-17T11:59:56.259189+0000 mgr.x (mgr.14152) 349 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:59:59.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:59 smithi070 bash[21575]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T11:59:59.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 11:59:59 smithi070 bash[21575]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T11:59:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:59 smithi191 bash[21911]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T11:59:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 11:59:59 smithi191 bash[21911]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T11:59:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:59 smithi040 bash[19761]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T11:59:59.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 11:59:59 smithi040 bash[19761]: cluster 2024-09-17T11:59:57.540248+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 102 B/s wr, 8 op/s 2024-09-17T12:00:00.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:00 smithi070 bash[21575]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:00.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:00 smithi070 bash[21575]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:00 smithi191 bash[21911]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:00 smithi191 bash[21911]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:00 smithi040 bash[19761]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:00.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:00 smithi040 bash[19761]: cluster 2024-09-17T12:00:00.000160+0000 mon.a (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-09-17T12:00:01.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:01 smithi070 bash[21575]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:01 smithi070 bash[21575]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:01 smithi191 bash[21911]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:01 smithi191 bash[21911]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:01 smithi040 bash[19761]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:01 smithi040 bash[19761]: cluster 2024-09-17T11:59:59.541054+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:00:01.695 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:03.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[19761]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[19761]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:03 smithi070 bash[21575]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:03 smithi070 bash[21575]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:03 smithi191 bash[21911]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:03 smithi191 bash[21911]: cluster 2024-09-17T12:00:01.541823+0000 mgr.x (mgr.14152) 352 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:03.525 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[20018]: debug 2024-09-17T12:00:03.261+0000 7fbec591b640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:03.526 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[20018]: debug 2024-09-17T12:00:03.261+0000 7fbec591b640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:03.526 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[20018]: debug 2024-09-17T12:00:03.261+0000 7fbec591b640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:03.526 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[20018]: debug 2024-09-17T12:00:03.261+0000 7fbec591b640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:03.526 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:03 smithi040 bash[20018]: debug 2024-09-17T12:00:03.261+0000 7fbec591b640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:03.943 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-17T12:00:05.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:05 smithi070 bash[21575]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:05 smithi070 bash[21575]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:05 smithi070 bash[21575]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:05.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:05 smithi070 bash[21575]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:05 smithi191 bash[21911]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:05 smithi191 bash[21911]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:05 smithi191 bash[21911]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:05.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:05 smithi191 bash[21911]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:05.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:05 smithi040 bash[19761]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:05 smithi040 bash[19761]: audit 2024-09-17T12:00:03.258997+0000 mgr.x (mgr.14152) 353 : 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-17T12:00:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:05 smithi040 bash[19761]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:05.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:05 smithi040 bash[19761]: cluster 2024-09-17T12:00:03.542777+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:00:06.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:06 smithi070 bash[21575]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:06.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:06 smithi070 bash[21575]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:06.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:06 smithi191 bash[21911]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:06.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:06 smithi191 bash[21911]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:06.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:06 smithi040 bash[19761]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:06.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:06 smithi040 bash[19761]: cluster 2024-09-17T12:00:05.133887+0000 mon.a (mon.0) 646 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-17T12:00:07.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:07 smithi070 bash[21575]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:07.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:07 smithi070 bash[21575]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:07.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:07 smithi191 bash[21911]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:07.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:07 smithi191 bash[21911]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:07.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:07 smithi040 bash[19761]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:07.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:07 smithi040 bash[19761]: cluster 2024-09-17T12:00:05.543394+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:00:08.704 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:09.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:09 smithi070 bash[21575]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:09.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:09 smithi070 bash[21575]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:09 smithi191 bash[21911]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:09.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:09 smithi191 bash[21911]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:09.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:09 smithi040 bash[19761]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:09.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:09 smithi040 bash[19761]: cluster 2024-09-17T12:00:07.544424+0000 mgr.x (mgr.14152) 356 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 852 B/s wr, 1 op/s 2024-09-17T12:00:10.875 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-17T12:00:11.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:11 smithi070 bash[21575]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:11 smithi070 bash[21575]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:11 smithi070 bash[21575]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:11.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:11 smithi070 bash[21575]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:11 smithi191 bash[21911]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:11 smithi191 bash[21911]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:11 smithi191 bash[21911]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:11.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:11 smithi191 bash[21911]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:11.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:11 smithi040 bash[19761]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:11 smithi040 bash[19761]: cluster 2024-09-17T12:00:09.545250+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v316: 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-17T12:00:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:11 smithi040 bash[19761]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:11.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:11 smithi040 bash[19761]: audit 2024-09-17T12:00:10.211941+0000 mgr.x (mgr.14152) 358 : 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-17T12:00:13.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:13 smithi070 bash[21575]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:13.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:13 smithi070 bash[21575]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:13.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:13 smithi191 bash[21911]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:13.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:13 smithi191 bash[21911]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:13.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:13 smithi040 bash[19761]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:13.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:13 smithi040 bash[19761]: cluster 2024-09-17T12:00:11.545978+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s wr, 0 op/s 2024-09-17T12:00:15.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:15 smithi070 bash[21575]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:15 smithi070 bash[21575]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:15 smithi191 bash[21911]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:15 smithi191 bash[21911]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:15 smithi040 bash[19761]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:15 smithi040 bash[19761]: cluster 2024-09-17T12:00:13.546958+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:15.641 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:17.407 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:17 smithi040 bash[19761]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.407 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:17 smithi040 bash[19761]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:17 smithi191 bash[21911]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:17 smithi191 bash[21911]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:17 smithi070 bash[21575]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:17 smithi070 bash[21575]: cluster 2024-09-17T12:00:15.547684+0000 mgr.x (mgr.14152) 361 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 600 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-09-17T12:00:17.842 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph mgr module enable smb' 2024-09-17T12:00:18.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:18 smithi191 bash[21911]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:18.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:18 smithi191 bash[21911]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:18.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:18 smithi040 bash[19761]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:18.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:18 smithi040 bash[19761]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:18.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:18 smithi070 bash[21575]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:18.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:18 smithi070 bash[21575]: audit 2024-09-17T12:00:17.115243+0000 mgr.x (mgr.14152) 362 : 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-17T12:00:19.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:19 smithi191 bash[21911]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:19.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:19 smithi191 bash[21911]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:19.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:19 smithi040 bash[19761]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:19.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:19 smithi040 bash[19761]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:19.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:19 smithi070 bash[21575]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:19.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:19 smithi070 bash[21575]: cluster 2024-09-17T12:00:17.548737+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s wr, 1 op/s 2024-09-17T12:00:21.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:21 smithi191 bash[21911]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:21.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:21 smithi191 bash[21911]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:21.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:21 smithi040 bash[19761]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:21.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:21 smithi040 bash[19761]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:21.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:21 smithi070 bash[21575]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:21.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:21 smithi070 bash[21575]: cluster 2024-09-17T12:00:19.549516+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 605 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:00:22.605 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:23 smithi191 bash[21911]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:23.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:23 smithi191 bash[21911]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:23 smithi040 bash[19761]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:23 smithi040 bash[19761]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:23.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:23 smithi070 bash[21575]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:23.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:23 smithi070 bash[21575]: cluster 2024-09-17T12:00:21.550345+0000 mgr.x (mgr.14152) 365 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 630 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s wr, 1 op/s 2024-09-17T12:00:24.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:24 smithi191 bash[21911]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:24 smithi191 bash[21911]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:24 smithi040 bash[20018]: ignoring --setuser ceph since I am not root 2024-09-17T12:00:24.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:24 smithi040 bash[20018]: ignoring --setgroup ceph since I am not root 2024-09-17T12:00:24.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:24 smithi040 bash[19761]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:24 smithi040 bash[19761]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:24 smithi070 bash[21575]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.901 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:24 smithi070 bash[21575]: audit 2024-09-17T12:00:24.066525+0000 mon.a (mon.0) 647 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:00:24.903 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'sleep 30' 2024-09-17T12:00:25.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:25 smithi040 bash[19761]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:25 smithi040 bash[19761]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:25 smithi040 bash[19761]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:25.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:25 smithi040 bash[19761]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:25.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:25 smithi070 bash[21575]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:25 smithi070 bash[21575]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:25 smithi070 bash[21575]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:25.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:25 smithi070 bash[21575]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:25.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:25 smithi191 bash[21911]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:25 smithi191 bash[21911]: audit 2024-09-17T12:00:24.184142+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.40:0/2140532926' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:00:25.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:25 smithi191 bash[21911]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:25.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:25 smithi191 bash[21911]: cluster 2024-09-17T12:00:24.191651+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-17T12:00:29.647 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:30.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:30.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:30 smithi040 bash[19761]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:30.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:30 smithi070 bash[21575]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.510027+0000 mon.a (mon.0) 650 : cluster [INF] Active manager daemon x restarted 2024-09-17T12:00:30.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.510607+0000 mon.a (mon.0) 651 : cluster [INF] Activating manager daemon x 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.524441+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.524837+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0144396s) 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.528503+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.528795+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:00:30.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.529063+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.529813+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi040.nvdblj"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.530385+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi191.qopber"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.530989+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.531714+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.532342+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.532968+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.533487+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.533873+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.534278+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.551191+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:00:30.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.551586+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:00:30.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:30.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:30 smithi191 bash[21911]: audit 2024-09-17T12:00:30.552262+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:00:31.569 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:31.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:31 smithi070 bash[21575]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:31.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:31 smithi191 bash[21911]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:31.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: cluster 2024-09-17T12:00:30.598208+0000 mon.a (mon.0) 669 : cluster [INF] Manager daemon x is now available 2024-09-17T12:00:31.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.018996+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.049702+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.053971+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:31.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:31 smithi040 bash[19761]: audit 2024-09-17T12:00:31.058863+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:00:32.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:32 smithi070 bash[21575]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:32 smithi191 bash[21911]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: audit 2024-09-17T12:00:31.580594+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.595250+0000 mon.a (mon.0) 675 : cluster [DBG] mgrmap e19: x(active, since 1.08485s) 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.595304+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: audit 2024-09-17T12:00:31.598915+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[19761]: cluster 2024-09-17T12:00:31.601655+0000 mgr.x (mgr.14523) 1 : cluster [DBG] pgmap v4: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.613+0000 7f662b74f640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: Traceback (most recent call last): 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: self._run(expiration_interval) 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:32.973 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: s = self.context.wrap_socket( 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: return self.sslsocket_class._create( 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: self.do_handshake() 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: self._sslobj.do_handshake() 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f6616e66640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f6616e66640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f6616e66640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f6616e66640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f6616e66640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.974 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f661a6ad640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.975 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f661a6ad640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.975 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f661a6ad640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.975 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f661a6ad640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:32.975 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:00:32 smithi040 bash[20018]: debug 2024-09-17T12:00:32.621+0000 7f661a6ad640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: Traceback (most recent call last): 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.907 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._run(expiration_interval) 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.908 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: s = self.context.wrap_socket( 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: return self.sslsocket_class._create( 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self.do_handshake() 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._sslobj.do_handshake() 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: Traceback (most recent call last): 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.909 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._run(expiration_interval) 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: s = self.context.wrap_socket( 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: return self.sslsocket_class._create( 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self.do_handshake() 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: self._sslobj.do_handshake() 2024-09-17T12:00:33.910 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:33 smithi070 bash[21575]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:33.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: Traceback (most recent call last): 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._run(expiration_interval) 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: s = self.context.wrap_socket( 2024-09-17T12:00:33.932 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: return self.sslsocket_class._create( 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self.do_handshake() 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._sslobj.do_handshake() 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: Traceback (most recent call last): 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.933 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._run(expiration_interval) 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: s = self.context.wrap_socket( 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: return self.sslsocket_class._create( 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self.do_handshake() 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: self._sslobj.do_handshake() 2024-09-17T12:00:33.934 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:33 smithi191 bash[21911]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:33.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.389559+0000 mgr.x (mgr.14523) 2 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTING 2024-09-17T12:00:33.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.491341+0000 mgr.x (mgr.14523) 3 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on http://172.21.15.40:8765 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.551348+0000 mgr.x (mgr.14523) 4 : cluster [DBG] pgmap v5: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.581455+0000 mon.a (mon.0) 678 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: audit 2024-09-17T12:00:32.583388+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.589501+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:00:33.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cluster 2024-09-17T12:00:32.608151+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.614977+0000 mgr.x (mgr.14523) 5 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Serving on https://172.21.15.40:7150 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.615085+0000 mgr.x (mgr.14523) 6 : cephadm [INF] [17/Sep/2024:12:00:32] ENGINE Bus STARTED 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T12:00:33.974 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self.do_handshake() 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: cephadm 2024-09-17T12:00:32.617097+0000 mgr.x (mgr.14523) 7 : cephadm [ERR] [17/Sep/2024:12:00:32] ENGINE Error in HTTPServer.serve 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: Traceback (most recent call last): 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._connections.run(self.expiration_interval) 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._run(expiration_interval) 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:00:33.975 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: s = self.context.wrap_socket( 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: return self.sslsocket_class._create( 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self.do_handshake() 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: self._sslobj.do_handshake() 2024-09-17T12:00:33.976 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:33 smithi040 bash[19761]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:00:34.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:34 smithi070 bash[21575]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:34.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:34 smithi070 bash[21575]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:34 smithi191 bash[21911]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:34 smithi191 bash[21911]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:34.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:34 smithi040 bash[19761]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:34.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:34 smithi040 bash[19761]: cluster 2024-09-17T12:00:33.614315+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:00:35.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:35.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:35 smithi070 bash[21575]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:35.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:35 smithi191 bash[21911]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.551911+0000 mgr.x (mgr.14523) 8 : cluster [DBG] pgmap v8: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.609574+0000 mon.a (mon.0) 683 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.609621+0000 mon.a (mon.0) 684 : cluster [INF] Cluster is now healthy 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:35 smithi040 bash[19761]: cluster 2024-09-17T12:00:34.628907+0000 mon.a (mon.0) 685 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-17T12:00:37.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:37.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:37.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.930 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.931 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:37 smithi191 bash[21911]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:37.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:37 smithi040 bash[19761]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:38.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: cluster 2024-09-17T12:00:36.552364+0000 mgr.x (mgr.14523) 9 : cluster [DBG] pgmap v9: 97 pgs: 21 creating+peering, 65 active+clean, 11 unknown; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.659142+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.665217+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.680743+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.686262+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.742628+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:38.156 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:37 smithi070 bash[21575]: audit 2024-09-17T12:00:36.751185+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.222 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.223 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.224 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.225 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:39.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:38 smithi040 bash[19761]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.410 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.411 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.412 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:39.413 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:38 smithi070 bash[21575]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:39.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.966250+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.970092+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.974453+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.980070+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.981127+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.985390+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.986954+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.991536+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:37.992565+0000 mgr.x (mgr.14523) 10 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 8632M 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.993136+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.997236+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:37.999331+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:37.999843+0000 mgr.x (mgr.14523) 11 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 6586M 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.004712+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.007220+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.008422+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.009902+0000 mgr.x (mgr.14523) 12 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.010558+0000 mgr.x (mgr.14523) 13 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.010806+0000 mgr.x (mgr.14523) 14 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.176939+0000 mgr.x (mgr.14523) 15 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.177318+0000 mgr.x (mgr.14523) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.177793+0000 mgr.x (mgr.14523) 17 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:00:39.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.530917+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.535816+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.540315+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.544714+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.549005+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.553277+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.557767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:39.434 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:39.435 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:38 smithi191 bash[21911]: audit 2024-09-17T12:00:38.588029+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:40.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.406 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.407 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.408 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.409 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:40 smithi070 bash[21575]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:40 smithi191 bash[21911]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.294907+0000 mgr.x (mgr.14523) 18 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.295237+0000 mgr.x (mgr.14523) 19 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.295806+0000 mgr.x (mgr.14523) 20 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.409639+0000 mgr.x (mgr.14523) 21 : cephadm [INF] Updating smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.472 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.410045+0000 mgr.x (mgr.14523) 22 : cephadm [INF] Updating smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cephadm 2024-09-17T12:00:38.410683+0000 mgr.x (mgr.14523) 23 : cephadm [INF] Updating smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: cluster 2024-09-17T12:00:38.553189+0000 mgr.x (mgr.14523) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:00:40.473 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.106171+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.110922+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.474 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.111963+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:40.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.112769+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:40.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:40.475 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:40 smithi040 bash[19761]: audit 2024-09-17T12:00:39.117839+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:00:42.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:42 smithi070 bash[21575]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:42.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:42 smithi070 bash[21575]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:42.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:42 smithi191 bash[21911]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:42.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:42 smithi191 bash[21911]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:42.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:42 smithi040 bash[19761]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:42.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:42 smithi040 bash[19761]: cluster 2024-09-17T12:00:40.553871+0000 mgr.x (mgr.14523) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 640 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:00:44.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:44 smithi070 bash[21575]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:44.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:44 smithi070 bash[21575]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:44.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:44 smithi191 bash[21911]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:44.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:44 smithi191 bash[21911]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:44.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:44 smithi040 bash[19761]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:44.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:44 smithi040 bash[19761]: cluster 2024-09-17T12:00:42.555082+0000 mgr.x (mgr.14523) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 718 B/s wr, 7 op/s 2024-09-17T12:00:46.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:46 smithi070 bash[21575]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:46.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:46 smithi070 bash[21575]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:46.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:46 smithi191 bash[21911]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:46.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:46 smithi191 bash[21911]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:46.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:46 smithi040 bash[19761]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:46.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:46 smithi040 bash[19761]: cluster 2024-09-17T12:00:44.555759+0000 mgr.x (mgr.14523) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 654 B/s wr, 7 op/s 2024-09-17T12:00:48.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:48 smithi070 bash[21575]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:48.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:48 smithi070 bash[21575]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:48.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:48 smithi191 bash[21911]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:48.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:48 smithi191 bash[21911]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:48.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:48 smithi040 bash[19761]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:48.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:48 smithi040 bash[19761]: cluster 2024-09-17T12:00:46.556417+0000 mgr.x (mgr.14523) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:50 smithi070 bash[21575]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:50 smithi070 bash[21575]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:50 smithi191 bash[21911]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:50 smithi191 bash[21911]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:50 smithi040 bash[19761]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:50.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:50 smithi040 bash[19761]: cluster 2024-09-17T12:00:48.557652+0000 mgr.x (mgr.14523) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-17T12:00:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:52 smithi070 bash[21575]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:52 smithi070 bash[21575]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:52.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:52 smithi191 bash[21911]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:52 smithi191 bash[21911]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:52.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:52 smithi040 bash[19761]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:52.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:52 smithi040 bash[19761]: cluster 2024-09-17T12:00:50.558312+0000 mgr.x (mgr.14523) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:54 smithi070 bash[21575]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:54 smithi070 bash[21575]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:54 smithi191 bash[21911]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:54 smithi191 bash[21911]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:54 smithi040 bash[19761]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:54 smithi040 bash[19761]: cluster 2024-09-17T12:00:52.559511+0000 mgr.x (mgr.14523) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-17T12:00:56.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:56 smithi070 bash[21575]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:56.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:56 smithi070 bash[21575]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:56.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:56 smithi191 bash[21911]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:56.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:56 smithi191 bash[21911]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:56.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:56 smithi040 bash[19761]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:56.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:56 smithi040 bash[19761]: cluster 2024-09-17T12:00:54.560184+0000 mgr.x (mgr.14523) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:58 smithi070 bash[21575]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:00:58 smithi070 bash[21575]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:58 smithi191 bash[21911]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:00:58 smithi191 bash[21911]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:58 smithi040 bash[19761]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:58.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:00:58 smithi040 bash[19761]: cluster 2024-09-17T12:00:56.560824+0000 mgr.x (mgr.14523) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:00 smithi070 bash[21575]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:00 smithi070 bash[21575]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:00 smithi191 bash[21911]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:00 smithi191 bash[21911]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:00 smithi040 bash[19761]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:00 smithi040 bash[19761]: cluster 2024-09-17T12:00:58.562048+0000 mgr.x (mgr.14523) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:01.684 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:01:02.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:02 smithi070 bash[21575]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:02 smithi070 bash[21575]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:02 smithi191 bash[21911]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:02 smithi191 bash[21911]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:02 smithi040 bash[19761]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:02 smithi040 bash[19761]: cluster 2024-09-17T12:01:00.562712+0000 mgr.x (mgr.14523) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:04 smithi191 bash[21911]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:04 smithi191 bash[21911]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:04 smithi040 bash[19761]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:04 smithi040 bash[19761]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:04 smithi070 bash[21575]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:04 smithi070 bash[21575]: cluster 2024-09-17T12:01:02.563927+0000 mgr.x (mgr.14523) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:06 smithi191 bash[21911]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:06 smithi191 bash[21911]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.446 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:06.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:06 smithi040 bash[19761]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:06 smithi040 bash[19761]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:06 smithi070 bash[21575]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:06 smithi070 bash[21575]: cluster 2024-09-17T12:01:04.564609+0000 mgr.x (mgr.14523) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "results": [ 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.usersgroups", 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "users_groups_id": "ug1", 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "present", 2024-09-17T12:01:08.357 INFO:teuthology.orchestra.run.smithi040.stdout: "values": { 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "users": [ 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "user1", 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "password": "t3stP4ss1" 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "user2", 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "password": "t3stP4ss2" 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "groups": [] 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.358 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "created", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "auth_mode": "user", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "present", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "user_group_settings": [ 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "source_type": "resource", 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: "ref": "ug1" 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.359 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "placement": { 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "count": 3 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "created", 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "share_id": "share1", 2024-09-17T12:01:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "present", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "share1", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "readonly": false, 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "browseable": true, 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "cephfs": { 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "volume": "cephfs", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "path": "/", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "subvolumegroup": "smb", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "subvolume": "sv1", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "provider": "samba-vfs" 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "created", 2024-09-17T12:01:08.361 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "share_id": "share2", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "present", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "name": "share2", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "readonly": false, 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "browseable": true, 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "cephfs": { 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "volume": "cephfs", 2024-09-17T12:01:08.362 INFO:teuthology.orchestra.run.smithi040.stdout: "path": "/", 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "subvolumegroup": "smb", 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "subvolume": "sv2", 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "provider": "samba-vfs" 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "created", 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:01:08.363 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-17T12:01:08.424 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[19761]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.424 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[19761]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.424 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.176+0000 7f6614661640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.176+0000 7f6614661640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.176+0000 7f6614661640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.176+0000 7f6614661640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.176+0000 7f6614661640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.192+0000 7f66216fb640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.192+0000 7f66216fb640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.192+0000 7f66216fb640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.192+0000 7f66216fb640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.425 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:08 smithi040 bash[20018]: debug 2024-09-17T12:01:08.192+0000 7f66216fb640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:08.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:08 smithi191 bash[21911]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:08 smithi191 bash[21911]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:08 smithi070 bash[21575]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:08.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:08 smithi070 bash[21575]: cluster 2024-09-17T12:01:06.565294+0000 mgr.x (mgr.14523) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:09.215 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T12:01:09.225 INFO:tasks.cephadm:Waiting for ceph service smb.uctdb1 to start (timeout 300)... 2024-09-17T12:01:09.225 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.432 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.433 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:09 smithi191 bash[21911]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.436 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.437 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.438 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.439 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.439 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 bash[19761]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.470 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.470 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.081215+0000 mgr.x (mgr.14523) 39 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.172920+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.175326+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-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.204157+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.205064+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-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.228378+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.310092+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.316830+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:09.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.318555+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.322838+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.349907+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.351763+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.355157+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.657 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.357965+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.369630+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.380446+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.381811+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.385485+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.387451+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.658 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:09 smithi070 bash[21575]: audit 2024-09-17T12:01:08.388310+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:09.970 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.971 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.971 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:09.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:09 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:10.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:10.431 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:10 smithi191 bash[21911]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:10.464 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:10 smithi040 bash[19761]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.342821+0000 mgr.x (mgr.14523) 42 : cephadm [INF] Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.380978+0000 mgr.x (mgr.14523) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.381478+0000 mgr.x (mgr.14523) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.389154+0000 mgr.x (mgr.14523) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.474389+0000 mgr.x (mgr.14523) 46 : cephadm [WRN] daemon not available: 'smb.uctdb1.1.0.smithi191.vpwkko' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.474458+0000 mgr.x (mgr.14523) 47 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}} 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cephadm 2024-09-17T12:01:08.482347+0000 mgr.x (mgr.14523) 48 : cephadm [INF] Deploying daemon smb.uctdb1.0.0.smithi040.ssbbkz on smithi040 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cluster 2024-09-17T12:01:08.566015+0000 mgr.x (mgr.14523) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:10.656 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:10 smithi070 bash[21575]: cluster 2024-09-17T12:01:09.402354+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-17T12:01:12.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:12 smithi191 bash[21911]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:12.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:12 smithi191 bash[21911]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:12.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:12 smithi040 bash[19761]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:12.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:12 smithi040 bash[19761]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:12.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:12 smithi070 bash[21575]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:12.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:12 smithi070 bash[21575]: cluster 2024-09-17T12:01:10.566598+0000 mgr.x (mgr.14523) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 643 KiB data, 183 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:13.981 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:14.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:14 smithi040 bash[19761]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:14.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:14 smithi040 bash[19761]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:14.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:14 smithi070 bash[21575]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:14.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:14 smithi070 bash[21575]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:14.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:14 smithi191 bash[21911]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:14.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:14 smithi191 bash[21911]: cluster 2024-09-17T12:01:12.567829+0000 mgr.x (mgr.14523) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:16 smithi040 bash[19761]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.534 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:16 smithi040 bash[19761]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:16 smithi070 bash[21575]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:16 smithi070 bash[21575]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:16 smithi191 bash[21911]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:16.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:16 smithi191 bash[21911]: cluster 2024-09-17T12:01:14.568712+0000 mgr.x (mgr.14523) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.440 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:18 smithi040 bash[19761]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.441 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:18 smithi040 bash[19761]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:18 smithi070 bash[21575]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:18 smithi070 bash[21575]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:18 smithi191 bash[21911]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:18.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:18 smithi191 bash[21911]: cluster 2024-09-17T12:01:16.569451+0000 mgr.x (mgr.14523) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:19.189 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:01:19.189 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:08.380741Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:01:20.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:20 smithi040 bash[19761]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:20 smithi040 bash[19761]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:20 smithi040 bash[19761]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:20.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:20 smithi040 bash[19761]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:20.502 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:01:20.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:20 smithi070 bash[21575]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:20 smithi070 bash[21575]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:20 smithi070 bash[21575]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:20.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:20 smithi070 bash[21575]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:20.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:20 smithi191 bash[21911]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:20 smithi191 bash[21911]: cluster 2024-09-17T12:01:18.570670+0000 mgr.x (mgr.14523) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:20.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:20 smithi191 bash[21911]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:20.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:20 smithi191 bash[21911]: audit 2024-09-17T12:01:19.185231+0000 mgr.x (mgr.14523) 55 : audit [DBG] from='client.14595 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:21.504 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:22.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:22 smithi040 bash[19761]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:22.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:22 smithi040 bash[19761]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:22.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:22 smithi070 bash[21575]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:22.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:22 smithi070 bash[21575]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:22.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:22 smithi191 bash[21911]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:22.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:22 smithi191 bash[21911]: cluster 2024-09-17T12:01:20.571293+0000 mgr.x (mgr.14523) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:24 smithi040 bash[19761]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:24 smithi040 bash[19761]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:24 smithi070 bash[21575]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:24 smithi070 bash[21575]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:24 smithi191 bash[21911]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:24.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:24 smithi191 bash[21911]: cluster 2024-09-17T12:01:22.572759+0000 mgr.x (mgr.14523) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:26.288 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:26.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:26 smithi040 bash[19761]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:26 smithi040 bash[19761]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:26 smithi070 bash[21575]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:26 smithi070 bash[21575]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:26 smithi191 bash[21911]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:26 smithi191 bash[21911]: cluster 2024-09-17T12:01:24.573455+0000 mgr.x (mgr.14523) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:28 smithi040 bash[19761]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:28 smithi040 bash[19761]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:28 smithi070 bash[21575]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:28 smithi070 bash[21575]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:28 smithi191 bash[21911]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:28 smithi191 bash[21911]: cluster 2024-09-17T12:01:26.574122+0000 mgr.x (mgr.14523) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.820 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:01:28.820 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:08.380741Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:01:29.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:29 smithi040 bash[19761]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:29 smithi040 bash[19761]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:29 smithi070 bash[21575]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:29 smithi070 bash[21575]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:29 smithi191 bash[21911]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:29 smithi191 bash[21911]: audit 2024-09-17T12:01:28.837698+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.17.0.2:0/1938939590' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:29.738 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:01:30.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:30 smithi040 bash[19761]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:30 smithi040 bash[19761]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:30 smithi040 bash[19761]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:30 smithi040 bash[19761]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:30 smithi070 bash[21575]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:30 smithi070 bash[21575]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:30 smithi070 bash[21575]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:30 smithi070 bash[21575]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:30 smithi191 bash[21911]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:30 smithi191 bash[21911]: cluster 2024-09-17T12:01:28.574755+0000 mgr.x (mgr.14523) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:30.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:30 smithi191 bash[21911]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:30 smithi191 bash[21911]: audit 2024-09-17T12:01:28.813295+0000 mgr.x (mgr.14523) 61 : audit [DBG] from='client.14601 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:30.740 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:31.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:31 smithi040 bash[19761]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:31 smithi040 bash[19761]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:31 smithi040 bash[19761]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:31.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:31 smithi040 bash[19761]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:31.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:31 smithi070 bash[21575]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:31 smithi070 bash[21575]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:31 smithi070 bash[21575]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:31.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:31 smithi070 bash[21575]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:31.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:31 smithi191 bash[21911]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:31 smithi191 bash[21911]: audit 2024-09-17T12:01:30.608665+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]} : dispatch 2024-09-17T12:01:31.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:31 smithi191 bash[21911]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:31.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:31 smithi191 bash[21911]: audit 2024-09-17T12:01:30.609106+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]} : dispatch 2024-09-17T12:01:32.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:32.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:32 smithi040 bash[19761]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:32.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:32 smithi070 bash[21575]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: cluster 2024-09-17T12:01:30.575320+0000 mgr.x (mgr.14523) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.224186+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [4, 2]}]': finished 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.224248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [3, 0]}]': finished 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: cluster 2024-09-17T12:01:31.231188+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:01:32.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:32.680 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:32 smithi191 bash[21911]: audit 2024-09-17T12:01:31.806706+0000 mon.a (mon.0) 743 : audit [DBG] from='client.? 172.17.0.2:0/3483269005' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:33.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:33 smithi070 bash[21575]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:33.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:33 smithi070 bash[21575]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:33.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:33 smithi191 bash[21911]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:33.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:33 smithi191 bash[21911]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:33.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:33 smithi040 bash[19761]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:33.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:33 smithi040 bash[19761]: cluster 2024-09-17T12:01:32.242084+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:01:34.462 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:34 smithi040 bash[19761]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.462 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:34 smithi040 bash[19761]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:34 smithi040 bash[19761]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:34.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:34 smithi040 bash[19761]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:34.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:34 smithi070 bash[21575]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:34 smithi070 bash[21575]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:34 smithi070 bash[21575]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:34.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:34 smithi070 bash[21575]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:34.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:34 smithi191 bash[21911]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:34 smithi191 bash[21911]: cluster 2024-09-17T12:01:32.576290+0000 mgr.x (mgr.14523) 63 : cluster [DBG] pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:34.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:34 smithi191 bash[21911]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:34.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:34 smithi191 bash[21911]: cluster 2024-09-17T12:01:33.235664+0000 mon.a (mon.0) 745 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:01:35.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:35 smithi070 bash[21575]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:35.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:35 smithi070 bash[21575]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:35.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:35 smithi191 bash[21911]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:35.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:35 smithi191 bash[21911]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:35.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:35 smithi040 bash[19761]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:35.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:35 smithi040 bash[19761]: audit 2024-09-17T12:01:34.430278+0000 mon.a (mon.0) 746 : audit [DBG] from='client.? 172.17.0.2:0/2738867954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:36.310 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.312 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.312 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.312 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:36 smithi040 bash[19761]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.557 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.557 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.557 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.557 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.557 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.558 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 bash[21911]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: cluster 2024-09-17T12:01:34.576769+0000 mgr.x (mgr.14523) 64 : cluster [DBG] pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.392896+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.398607+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.404071+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.405289+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.408873+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.411942+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:36 smithi070 bash[21575]: audit 2024-09-17T12:01:35.412884+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:36.788 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:36.836 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:36.836 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:36.836 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:37.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:37.179 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:37.179 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:01:36 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:01:37.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:37.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:37 smithi040 bash[19761]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.609 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:37.610 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:37 smithi191 bash[21911]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:37.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.404926+0000 mgr.x (mgr.14523) 65 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:01:37.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.413529+0000 mgr.x (mgr.14523) 66 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:01:37.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.423832+0000 mgr.x (mgr.14523) 67 : cephadm [WRN] daemon not available: 'smb.uctdb1.2.0.smithi070.grniqo' not in {'smb.uctdb1.0.0.smithi040.ssbbkz': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi040.ssbbkz', 'hostname': 'smithi040', 'host_ip': '172.21.15.40'}, 'smb.uctdb1.1.0.smithi191.vpwkko': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi191.vpwkko', 'hostname': 'smithi191', 'host_ip': '172.21.15.191'}} 2024-09-17T12:01:37.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:37.655 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:37 smithi070 bash[21575]: cephadm 2024-09-17T12:01:35.433766+0000 mgr.x (mgr.14523) 68 : cephadm [INF] Deploying daemon smb.uctdb1.1.0.smithi191.vpwkko on smithi191 2024-09-17T12:01:38.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:38 smithi191 bash[21911]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:38.492 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:38 smithi191 bash[21911]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:38.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:38 smithi070 bash[21575]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:38.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:38 smithi070 bash[21575]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:38.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:38 smithi040 bash[19761]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:38.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:38 smithi040 bash[19761]: cluster 2024-09-17T12:01:36.577680+0000 mgr.x (mgr.14523) 69 : cluster [DBG] pgmap v41: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:39.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:39 smithi191 bash[21911]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:39.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:39 smithi191 bash[21911]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:39.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:39 smithi070 bash[21575]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:39.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:39 smithi070 bash[21575]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:39.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:39 smithi040 bash[19761]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:39.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:39 smithi040 bash[19761]: cluster 2024-09-17T12:01:38.578903+0000 mgr.x (mgr.14523) 70 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:40.230 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:01:40.230 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:35.404495Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:40.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:40 smithi070 bash[21575]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:40.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:40.679 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:40 smithi191 bash[21911]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: cluster 2024-09-17T12:01:39.268559+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: cluster 2024-09-17T12:01:39.268588+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:40.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:40 smithi040 bash[19761]: audit 2024-09-17T12:01:40.226495+0000 mgr.x (mgr.14523) 71 : audit [DBG] from='client.14649 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:41.617 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:41 smithi191 bash[21911]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:41.618 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:41 smithi191 bash[21911]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:41.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:41 smithi070 bash[21575]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:41.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:41 smithi070 bash[21575]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:41.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:41 smithi040 bash[19761]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:41.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:41 smithi040 bash[19761]: cluster 2024-09-17T12:01:40.579421+0000 mgr.x (mgr.14523) 72 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 109 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:42.757 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:01:43.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:43 smithi070 bash[21575]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.654 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:43 smithi070 bash[21575]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:43 smithi191 bash[21911]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:43 smithi191 bash[21911]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:43 smithi040 bash[19761]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:43 smithi040 bash[19761]: cluster 2024-09-17T12:01:42.580606+0000 mgr.x (mgr.14523) 73 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 99 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:43.758 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:45.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:45 smithi040 bash[19761]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:45.725 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:45 smithi040 bash[19761]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:45.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:45 smithi070 bash[21575]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:45.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:45 smithi070 bash[21575]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:45.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:45 smithi191 bash[21911]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:45.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:45 smithi191 bash[21911]: cluster 2024-09-17T12:01:44.581374+0000 mgr.x (mgr.14523) 74 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:47.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:47 smithi040 bash[19761]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:47 smithi040 bash[19761]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:47 smithi070 bash[21575]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:47 smithi070 bash[21575]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:47 smithi191 bash[21911]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:47 smithi191 bash[21911]: audit 2024-09-17T12:01:46.076058+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:01:47.544 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:48.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:48 smithi040 bash[19761]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:48.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:48 smithi040 bash[19761]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:48.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:48 smithi070 bash[21575]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:48.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:48 smithi070 bash[21575]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:48.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:48 smithi191 bash[21911]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:48.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:48 smithi191 bash[21911]: cluster 2024-09-17T12:01:46.582074+0000 mgr.x (mgr.14523) 75 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:50 smithi040 bash[19761]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:50 smithi040 bash[19761]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:50 smithi070 bash[21575]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:50 smithi070 bash[21575]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.410 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:50 smithi191 bash[21911]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:50.678 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:50 smithi191 bash[21911]: cluster 2024-09-17T12:01:48.583288+0000 mgr.x (mgr.14523) 76 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T12:01:52.041 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:01:52.042 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:35.404495Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.127 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.128 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:52 smithi040 bash[19761]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:52 smithi070 bash[21575]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: cluster 2024-09-17T12:01:50.583931+0000 mgr.x (mgr.14523) 77 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.309977+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.40:0/1761417773' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.332344+0000 mon.a (mon.0) 758 : audit [DBG] from='client.? 172.21.15.40:0/2643933990' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.862823+0000 mon.a (mon.0) 759 : audit [DBG] from='client.? 172.21.15.40:0/1092513404' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:51.886913+0000 mon.a (mon.0) 760 : audit [DBG] from='client.? 172.21.15.40:0/169987954' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:52.430 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:52 smithi191 bash[21911]: audit 2024-09-17T12:01:52.026998+0000 mon.a (mon.0) 761 : audit [DBG] from='client.? 172.21.15.40:0/1681754562' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.201 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.201 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.201 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.201 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.202 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.202 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:53 smithi040 bash[19761]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:53 smithi070 bash[21575]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.039229+0000 mgr.x (mgr.14523) 78 : audit [DBG] from='client.14679 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.114191+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.40:0/367567891' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:53 smithi191 bash[21911]: audit 2024-09-17T12:01:52.379024+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.40:0/231971514' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:53.973 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:01:54.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:54 smithi070 bash[21575]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:54 smithi070 bash[21575]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:54 smithi070 bash[21575]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:54 smithi070 bash[21575]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.409 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:54 smithi191 bash[21911]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.409 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:54 smithi191 bash[21911]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.409 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:54 smithi191 bash[21911]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.409 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:54 smithi191 bash[21911]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:54 smithi040 bash[19761]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:54 smithi040 bash[19761]: cluster 2024-09-17T12:01:52.585067+0000 mgr.x (mgr.14523) 79 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:54 smithi040 bash[19761]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:54 smithi040 bash[19761]: audit 2024-09-17T12:01:53.206750+0000 mon.b (mon.2) 12 : audit [DBG] from='client.? 172.21.15.40:0/1371685766' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:54.974 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:56.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:56 smithi070 bash[21575]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:56 smithi070 bash[21575]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:56 smithi070 bash[21575]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:56.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:56 smithi070 bash[21575]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:56.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:56 smithi191 bash[21911]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:56 smithi191 bash[21911]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:56 smithi191 bash[21911]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:56.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:56 smithi191 bash[21911]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:56.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:56 smithi040 bash[19761]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:56 smithi040 bash[19761]: cluster 2024-09-17T12:01:54.585708+0000 mgr.x (mgr.14523) 80 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:56.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:56 smithi040 bash[19761]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:56.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:56 smithi040 bash[19761]: audit 2024-09-17T12:01:55.396657+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.17.0.2:0/1379655454' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:01:58.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:58 smithi191 bash[21911]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:58.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:01:58 smithi191 bash[21911]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:58.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:58 smithi070 bash[21575]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:58.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:01:58 smithi070 bash[21575]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:58.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:58 smithi040 bash[19761]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:58.428 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:01:58 smithi040 bash[19761]: cluster 2024-09-17T12:01:56.586367+0000 mgr.x (mgr.14523) 81 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:01:59.775 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:00.199 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.200 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:00 smithi070 bash[21575]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: cluster 2024-09-17T12:01:58.587655+0000 mgr.x (mgr.14523) 82 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:00 smithi191 bash[21911]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: audit 2024-09-17T12:01:59.123249+0000 mon.a (mon.0) 764 : audit [DBG] from='client.? 172.21.15.40:0/2380469517' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:00 smithi040 bash[19761]: audit 2024-09-17T12:01:59.702705+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.17.0.2:0/1639592537' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.678 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:02:01.678 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:00.595885Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:02:01.776 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:01.777 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:01.777 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.778 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.779 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 bash[21575]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.882 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.883 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.884 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:01 smithi191 bash[21911]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.927 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.927 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.576366+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.927 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.586073+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cluster 2024-09-17T12:02:00.588284+0000 mgr.x (mgr.14523) 83 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.595394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.596815+0000 mgr.x (mgr.14523) 84 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.597392+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.602213+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.928 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.608170+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:00.609943+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.613129+0000 mgr.x (mgr.14523) 85 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: cephadm 2024-09-17T12:02:00.635604+0000 mgr.x (mgr.14523) 86 : cephadm [INF] Deploying daemon smb.uctdb1.2.0.smithi070.grniqo on smithi070 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:01.929 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:01 smithi040 bash[19761]: audit 2024-09-17T12:02:01.143062+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.40:0/3823051279' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:02.154 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:02.154 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:02:01 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:02:02.417 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.712 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:02 smithi040 bash[19761]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.894 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.894 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.894 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.895 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.895 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.895 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:02 smithi191 bash[21911]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:01.670656+0000 mgr.x (mgr.14523) 87 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:02.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:02.390136+0000 mon.a (mon.0) 772 : audit [DBG] from='client.? 172.21.15.40:0/2301334800' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:02.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:02 smithi070 bash[21575]: audit 2024-09-17T12:02:02.544444+0000 mon.a (mon.0) 773 : audit [DBG] from='client.? 172.21.15.40:0/3408986219' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.419 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:03.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.721 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:03 smithi040 bash[19761]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:03 smithi070 bash[21575]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: cluster 2024-09-17T12:02:02.588850+0000 mgr.x (mgr.14523) 88 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:02.698750+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.40:0/2262471325' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:02.849738+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.40:0/1864206228' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.909 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:03.910 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:03 smithi191 bash[21911]: audit 2024-09-17T12:02:03.136442+0000 mon.a (mon.0) 776 : audit [DBG] from='client.? 172.21.15.40:0/4032784824' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:04.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:04 smithi070 bash[21575]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:04.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:04 smithi070 bash[21575]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:04.922 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:04 smithi191 bash[21911]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:04.923 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:04 smithi191 bash[21911]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:04.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:04 smithi040 bash[19761]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:04.936 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:04 smithi040 bash[19761]: cluster 2024-09-17T12:02:03.609794+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-17T12:02:05.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:05 smithi070 bash[21575]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:05 smithi070 bash[21575]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:05 smithi070 bash[21575]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:05.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:05 smithi070 bash[21575]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:05.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:05 smithi191 bash[21911]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:05 smithi191 bash[21911]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:05 smithi191 bash[21911]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:05.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:05 smithi191 bash[21911]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:05 smithi040 bash[19761]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:05 smithi040 bash[19761]: cluster 2024-09-17T12:02:04.589414+0000 mgr.x (mgr.14523) 89 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:05.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:05 smithi040 bash[19761]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:05.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:05 smithi040 bash[19761]: audit 2024-09-17T12:02:05.141184+0000 mon.a (mon.0) 778 : audit [DBG] from='client.? 172.21.15.40:0/3129857968' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:07 smithi070 bash[21575]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:07 smithi070 bash[21575]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:07 smithi070 bash[21575]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:07 smithi070 bash[21575]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:07 smithi191 bash[21911]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:07 smithi191 bash[21911]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:07 smithi191 bash[21911]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:07 smithi191 bash[21911]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:07 smithi040 bash[19761]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:07 smithi040 bash[19761]: cluster 2024-09-17T12:02:06.590055+0000 mgr.x (mgr.14523) 90 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:02:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:07 smithi040 bash[19761]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:07 smithi040 bash[19761]: audit 2024-09-17T12:02:07.142485+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.40:0/409365422' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:08.237 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:09.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:09 smithi070 bash[21575]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:09 smithi070 bash[21575]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:09 smithi070 bash[21575]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:09.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:09 smithi070 bash[21575]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:09.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:09 smithi191 bash[21911]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:09 smithi191 bash[21911]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:09 smithi191 bash[21911]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:09.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:09 smithi191 bash[21911]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:09.967 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:09 smithi040 bash[19761]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.967 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:09 smithi040 bash[19761]: cluster 2024-09-17T12:02:08.591258+0000 mgr.x (mgr.14523) 91 : cluster [DBG] pgmap v57: 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, 12 op/s 2024-09-17T12:02:09.967 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:09 smithi040 bash[19761]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:09.967 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:09 smithi040 bash[19761]: audit 2024-09-17T12:02:09.148192+0000 mon.a (mon.0) 780 : audit [DBG] from='client.? 172.21.15.40:0/3023812108' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:10.041 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:02:10.041 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:00.595885Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:02:10.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:10 smithi040 bash[19761]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:10.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:10 smithi040 bash[19761]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:10.830 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:02:10.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:10 smithi070 bash[21575]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:10.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:10 smithi070 bash[21575]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:10.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:10 smithi191 bash[21911]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:10.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:10 smithi191 bash[21911]: audit 2024-09-17T12:02:10.039098+0000 mgr.x (mgr.14523) 92 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:11.831 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:11.843 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:11 smithi040 bash[19761]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.843 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:11 smithi040 bash[19761]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.843 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:11 smithi040 bash[19761]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:11.843 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:11 smithi040 bash[19761]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:11.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:11 smithi070 bash[21575]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:11 smithi070 bash[21575]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:11 smithi070 bash[21575]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:11.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:11 smithi070 bash[21575]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:11.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:11 smithi191 bash[21911]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:11 smithi191 bash[21911]: cluster 2024-09-17T12:02:10.591905+0000 mgr.x (mgr.14523) 93 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:11.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:11 smithi191 bash[21911]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:11.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:11 smithi191 bash[21911]: audit 2024-09-17T12:02:11.143251+0000 mon.a (mon.0) 781 : audit [DBG] from='client.? 172.21.15.40:0/68201882' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:13 smithi070 bash[21575]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:13 smithi070 bash[21575]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:13 smithi070 bash[21575]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:13 smithi070 bash[21575]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:13 smithi191 bash[21911]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:13 smithi191 bash[21911]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:13 smithi191 bash[21911]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:13 smithi191 bash[21911]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:13 smithi040 bash[19761]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:13 smithi040 bash[19761]: cluster 2024-09-17T12:02:12.593114+0000 mgr.x (mgr.14523) 94 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T12:02:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:13 smithi040 bash[19761]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:13 smithi040 bash[19761]: audit 2024-09-17T12:02:13.149040+0000 mon.a (mon.0) 782 : audit [DBG] from='client.? 172.21.15.40:0/1410818979' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:15 smithi070 bash[21575]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:15 smithi070 bash[21575]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:15 smithi070 bash[21575]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:15 smithi070 bash[21575]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:15 smithi191 bash[21911]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:15 smithi191 bash[21911]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:15 smithi191 bash[21911]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:15 smithi191 bash[21911]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:15 smithi040 bash[19761]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:15 smithi040 bash[19761]: cluster 2024-09-17T12:02:14.593730+0000 mgr.x (mgr.14523) 95 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:15.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:15 smithi040 bash[19761]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:15.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:15 smithi040 bash[19761]: audit 2024-09-17T12:02:15.153115+0000 mon.a (mon.0) 783 : audit [DBG] from='client.? 172.21.15.40:0/784001867' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:16.644 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:17.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:17 smithi070 bash[21575]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:17 smithi070 bash[21575]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:17 smithi070 bash[21575]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:17.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:17 smithi070 bash[21575]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:17.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:17 smithi191 bash[21911]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:17 smithi191 bash[21911]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:17 smithi191 bash[21911]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:17.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:17 smithi191 bash[21911]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:17.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:17 smithi040 bash[19761]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:17 smithi040 bash[19761]: cluster 2024-09-17T12:02:16.594356+0000 mgr.x (mgr.14523) 96 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 255 B/s wr, 4 op/s 2024-09-17T12:02:17.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:17 smithi040 bash[19761]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:17.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:17 smithi040 bash[19761]: audit 2024-09-17T12:02:17.155083+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.40:0/552932606' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:18.413 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:02:18.413 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:00.595885Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:02:19.215 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:02:19.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:19 smithi070 bash[21575]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:19 smithi070 bash[21575]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:19 smithi070 bash[21575]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:19.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:19 smithi070 bash[21575]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:19.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:19 smithi191 bash[21911]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:19 smithi191 bash[21911]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:19 smithi191 bash[21911]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:19.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:19 smithi191 bash[21911]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:19.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:19 smithi040 bash[19761]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:19 smithi040 bash[19761]: audit 2024-09-17T12:02:18.405664+0000 mgr.x (mgr.14523) 97 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:19.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:19 smithi040 bash[19761]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:19.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:19 smithi040 bash[19761]: cluster 2024-09-17T12:02:18.595640+0000 mgr.x (mgr.14523) 98 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T12:02:20.216 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:20 smithi191 bash[21911]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:20.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:20 smithi040 bash[19761]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:19.980101+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.191:0/2410906401' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.011310+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.191:0/2499663501' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.156211+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.191:0/3135207317' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.162566+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.191:0/2878348449' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:20 smithi070 bash[21575]: audit 2024-09-17T12:02:20.294872+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.191:0/2845347272' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:21 smithi070 bash[21575]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:21 smithi191 bash[21911]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: cluster 2024-09-17T12:02:20.596324+0000 mgr.x (mgr.14523) 99 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:02:21.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.057222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.191:0/2152715839' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.077914+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.17.0.2:0/4230557316' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:21.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:21 smithi040 bash[19761]: audit 2024-09-17T12:02:21.162512+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.191:0/778312881' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:22 smithi070 bash[21575]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:22 smithi070 bash[21575]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:22 smithi191 bash[21911]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:22 smithi191 bash[21911]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:22 smithi040 bash[19761]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:22.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:22 smithi040 bash[19761]: audit 2024-09-17T12:02:22.151879+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.191:0/682653844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.781 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:23 smithi070 bash[21575]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.781 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:23 smithi070 bash[21575]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.781 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:23 smithi070 bash[21575]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.781 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:23 smithi070 bash[21575]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:23 smithi191 bash[21911]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:23 smithi191 bash[21911]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:23 smithi191 bash[21911]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:23 smithi191 bash[21911]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:23 smithi040 bash[19761]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:23 smithi040 bash[19761]: cluster 2024-09-17T12:02:22.597554+0000 mgr.x (mgr.14523) 100 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:23.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:23 smithi040 bash[19761]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:23.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:23 smithi040 bash[19761]: audit 2024-09-17T12:02:23.161557+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.40:0/288401015' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:24.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:24 smithi191 bash[21911]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:24.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:24 smithi191 bash[21911]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:24.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:24 smithi040 bash[19761]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:24.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:24 smithi040 bash[19761]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:25.019 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:25.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:24 smithi070 bash[21575]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:25.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:24 smithi070 bash[21575]: audit 2024-09-17T12:02:24.165500+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.191:0/729250909' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:25.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:25 smithi070 bash[21575]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:25.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:25 smithi070 bash[21575]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:25.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:25 smithi040 bash[19761]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:25.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:25 smithi040 bash[19761]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:26.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:25 smithi191 bash[21911]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:26.132 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:25 smithi191 bash[21911]: cluster 2024-09-17T12:02:24.598230+0000 mgr.x (mgr.14523) 101 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:26 smithi040 bash[19761]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:26 smithi040 bash[19761]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:26 smithi040 bash[19761]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:26.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:26 smithi040 bash[19761]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.002 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:02:27.002 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:00:36.654631Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:00:36.675498Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:00:36.654075Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:00:36.654280Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:26.788796Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "running": 0, "size": 3}}] 2024-09-17T12:02:27.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:26 smithi191 bash[21911]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:26 smithi191 bash[21911]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:26 smithi191 bash[21911]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.092 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:26 smithi191 bash[21911]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:26 smithi070 bash[21575]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:26 smithi070 bash[21575]: audit 2024-09-17T12:02:25.906238+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.17.0.2:0/3264337043' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:26 smithi070 bash[21575]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:26 smithi070 bash[21575]: audit 2024-09-17T12:02:26.171092+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.191:0/780695871' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.833 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:27 smithi040 bash[19761]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.833 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:02:27.931 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.931 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.931 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.931 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.931 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:27.932 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:27.933 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:27 smithi070 bash[21575]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:28.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: cluster 2024-09-17T12:02:26.598855+0000 mgr.x (mgr.14523) 102 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:28.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.760601+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.765379+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.769520+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: cephadm 2024-09-17T12:02:26.770156+0000 mgr.x (mgr.14523) 103 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.788560+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.814938+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:26.994977+0000 mgr.x (mgr.14523) 104 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.330719+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.334059+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.375259+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:27 smithi191 bash[21911]: audit 2024-09-17T12:02:27.381094+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:28.835 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:29.137 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:28 smithi040 bash[19761]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.137 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:28 smithi040 bash[19761]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:28 smithi191 bash[21911]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:28 smithi191 bash[21911]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.147 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:28 smithi070 bash[21575]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.147 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:28 smithi070 bash[21575]: audit 2024-09-17T12:02:28.167669+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.191:0/3662442156' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:29 smithi040 bash[19761]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:29 smithi040 bash[19761]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:29 smithi040 bash[19761]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:29.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:29 smithi040 bash[19761]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.138 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:29 smithi191 bash[21911]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:30.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:29 smithi191 bash[21911]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:30.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:29 smithi191 bash[21911]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:29 smithi191 bash[21911]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:29 smithi070 bash[21575]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:30.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:29 smithi070 bash[21575]: cluster 2024-09-17T12:02:28.600210+0000 mgr.x (mgr.14523) 105 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:30.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:29 smithi070 bash[21575]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:29 smithi070 bash[21575]: audit 2024-09-17T12:02:29.169404+0000 mon.a (mon.0) 795 : audit [DBG] from='client.? 172.21.15.40:0/2121186450' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:30 smithi040 bash[19761]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:30.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:30 smithi040 bash[19761]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:31.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:30 smithi191 bash[21911]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:31.140 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:30 smithi191 bash[21911]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:31.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:30 smithi070 bash[21575]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:31.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:30 smithi070 bash[21575]: audit 2024-09-17T12:02:30.173071+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.191:0/4171150028' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:32.359 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:32 smithi191 bash[21911]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.359 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:32 smithi191 bash[21911]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.359 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:32 smithi191 bash[21911]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.359 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:32 smithi191 bash[21911]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:32 smithi040 bash[19761]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:32 smithi040 bash[19761]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:32 smithi040 bash[19761]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.360 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:32 smithi040 bash[19761]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:32 smithi070 bash[21575]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:32 smithi070 bash[21575]: cluster 2024-09-17T12:02:30.601002+0000 mgr.x (mgr.14523) 106 : cluster [DBG] pgmap v68: 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-17T12:02:32.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:32 smithi070 bash[21575]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:32 smithi070 bash[21575]: audit 2024-09-17T12:02:31.098551+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:32.901 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.235 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.236 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:33 smithi070 bash[21575]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.360 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:33 smithi191 bash[21911]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.175269+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.191:0/2703665810' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:33.361 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.322122+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.327233+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.756840+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.766117+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.824133+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:33.362 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:33 smithi040 bash[19761]: audit 2024-09-17T12:02:32.830048+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.361 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:34 smithi191 bash[21911]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:34 smithi040 bash[19761]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: cluster 2024-09-17T12:02:32.602189+0000 mgr.x (mgr.14523) 107 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.7 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.468385+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.470057+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.479576+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.489684+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.523677+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.526693+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.528005+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.535161+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.405 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:34 smithi070 bash[21575]: audit 2024-09-17T12:02:33.542879+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:02:34.771 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:02:34.771 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:02:32.316705Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:02:32.316014Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:02:32.315824Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:02:32.316307Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:33.543143Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "last_refresh": "2024-09-17T12:02:32.316869Z", "running": 3, "size": 3}}] 2024-09-17T12:02:35.270 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:35 smithi040 bash[19761]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.362 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:35 smithi191 bash[21911]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cephadm 2024-09-17T12:02:33.490432+0000 mgr.x (mgr.14523) 108 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cephadm 2024-09-17T12:02:33.543268+0000 mgr.x (mgr.14523) 109 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: audit 2024-09-17T12:02:34.176956+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.191:0/1123396316' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:35 smithi070 bash[21575]: cluster 2024-09-17T12:02:34.551914+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-17T12:02:35.560 INFO:tasks.cephadm:smb.uctdb1 has 3/3 2024-09-17T12:02:35.561 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:02:35.573 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T12:02:35.573 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'rados --pool=.smb -N uctdb1 get cluster.meta.json /dev/stdout' 2024-09-17T12:02:36.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.364 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:36.364 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:36 smithi191 bash[21911]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:36.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:36.365 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:36 smithi040 bash[19761]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:36.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: cluster 2024-09-17T12:02:34.602713+0000 mgr.x (mgr.14523) 110 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:36.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: audit 2024-09-17T12:02:34.765983+0000 mgr.x (mgr.14523) 111 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:36.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:36 smithi070 bash[21575]: audit 2024-09-17T12:02:35.167636+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.40:0/2880376889' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.188 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:37 smithi070 bash[21575]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.188 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:37 smithi070 bash[21575]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:37 smithi191 bash[21911]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.363 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:37 smithi191 bash[21911]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:37 smithi040 bash[19761]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:37.364 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:37 smithi040 bash[19761]: audit 2024-09-17T12:02:36.181342+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.191:0/148837858' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:38.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:38 smithi070 bash[21575]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:38.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:38 smithi070 bash[21575]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:38.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:38 smithi191 bash[21911]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:38.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:38 smithi191 bash[21911]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:38.446 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:38 smithi040 bash[19761]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:38.446 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:38 smithi040 bash[19761]: cluster 2024-09-17T12:02:36.603315+0000 mgr.x (mgr.14523) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 85 B/s wr, 7 op/s 2024-09-17T12:02:39.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:39 smithi070 bash[21575]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:39.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:39 smithi070 bash[21575]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:39.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:39 smithi191 bash[21911]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:39.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:39 smithi191 bash[21911]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:39.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:39 smithi040 bash[19761]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:39.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:39 smithi040 bash[19761]: audit 2024-09-17T12:02:38.183981+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.191:0/1513087046' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:40.372 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:40.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:40 smithi070 bash[21575]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:40.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:40 smithi070 bash[21575]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:40.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:40 smithi191 bash[21911]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:40.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:40 smithi191 bash[21911]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:40.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:40 smithi040 bash[19761]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:40.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:40 smithi040 bash[19761]: cluster 2024-09-17T12:02:38.604655+0000 mgr.x (mgr.14523) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 341 B/s wr, 10 op/s 2024-09-17T12:02:41.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:41 smithi191 bash[21911]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:41.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:41 smithi191 bash[21911]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:41.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:41 smithi070 bash[21575]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:41.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:41 smithi070 bash[21575]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:41.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:41 smithi040 bash[19761]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:41.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:41 smithi040 bash[19761]: audit 2024-09-17T12:02:40.186914+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.191:0/825813722' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.367 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:42 smithi191 bash[21911]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.367 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:42 smithi191 bash[21911]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.367 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:42 smithi191 bash[21911]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.368 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:42 smithi191 bash[21911]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:42 smithi040 bash[19761]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:42 smithi040 bash[19761]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:42 smithi040 bash[19761]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.368 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:42 smithi040 bash[19761]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.418 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:42 smithi070 bash[21575]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.419 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:42 smithi070 bash[21575]: cluster 2024-09-17T12:02:40.605404+0000 mgr.x (mgr.14523) 114 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 341 B/s wr, 6 op/s 2024-09-17T12:02:42.419 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:42 smithi070 bash[21575]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.419 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:42 smithi070 bash[21575]: audit 2024-09-17T12:02:41.185897+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.40:0/2734890722' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:42.711 INFO:teuthology.orchestra.run.smithi040.stdout:{"nodes": [{"pnn": 0, "identity": "smb.uctdb1.0.0.smithi040.ssbbkz", "node": "172.21.15.40", "state": "ready"}, {"pnn": 1, "identity": "smb.uctdb1.1.0.smithi191.vpwkko", "node": "172.21.15.191", "state": "ready"}, {"pnn": 2, "identity": "smb.uctdb1.2.0.smithi070.grniqo", "node": "172.21.15.70", "state": "ready"}], "_source": "cephadm"} 2024-09-17T12:02:42.711 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:02:42.721 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi194.front.sepia.ceph.com 2024-09-17T12:02:42.721 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:02:42.735 INFO:teuthology.orchestra.run.smithi194.stderr:+ sleep 30 2024-09-17T12:02:44.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:44 smithi070 bash[21575]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:44.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:44 smithi070 bash[21575]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:44.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:44 smithi191 bash[21911]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:44.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:44 smithi191 bash[21911]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:44.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:44 smithi040 bash[19761]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:44.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:44 smithi040 bash[19761]: cluster 2024-09-17T12:02:42.606714+0000 mgr.x (mgr.14523) 115 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.338 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.339 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:46 smithi070 bash[21575]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.371 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:46 smithi191 bash[21911]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: cluster 2024-09-17T12:02:44.607399+0000 mgr.x (mgr.14523) 116 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.721926+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.70:0/2562196050' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.372 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.751768+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.70:0/3550503265' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.952020+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.70:0/2068569816' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:45.969595+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.70:0/915717128' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:46.373 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:46 smithi040 bash[19761]: audit 2024-09-17T12:02:46.084389+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.70:0/3025021589' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.280 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.280 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.280 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.280 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.281 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.281 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:47 smithi070 bash[21575]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.348 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:47 smithi040 bash[19761]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.205665+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.191:0/2939209691' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.421622+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.70:0/3550741456' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:47.349 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:47 smithi191 bash[21911]: audit 2024-09-17T12:02:46.801142+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.70:0/3793307628' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:48 smithi070 bash[21575]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:48 smithi070 bash[21575]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:48 smithi070 bash[21575]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:48 smithi070 bash[21575]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:48 smithi191 bash[21911]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:48 smithi191 bash[21911]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:48 smithi191 bash[21911]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:48 smithi191 bash[21911]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.449 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:48 smithi040 bash[19761]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.449 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:48 smithi040 bash[19761]: cluster 2024-09-17T12:02:46.608095+0000 mgr.x (mgr.14523) 117 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T12:02:48.449 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:48 smithi040 bash[19761]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:48.449 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:48 smithi040 bash[19761]: audit 2024-09-17T12:02:47.193632+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.40:0/1518379739' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.374 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:49 smithi070 bash[21575]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.374 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:49 smithi070 bash[21575]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:49 smithi191 bash[21911]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:49 smithi191 bash[21911]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:49 smithi040 bash[19761]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:49.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:49 smithi040 bash[19761]: audit 2024-09-17T12:02:48.208296+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.70:0/57391159' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:50.352 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:50 smithi070 bash[21575]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:50.353 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:50 smithi070 bash[21575]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:50.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:50 smithi191 bash[21911]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:50.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:50 smithi191 bash[21911]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:50.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:50 smithi040 bash[19761]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:50.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:50 smithi040 bash[19761]: cluster 2024-09-17T12:02:48.609300+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; 4.7 KiB/s rd, 255 B/s wr, 6 op/s 2024-09-17T12:02:51.374 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:51 smithi191 bash[21911]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:51.374 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:51 smithi191 bash[21911]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:51.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:51 smithi040 bash[19761]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:51.375 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:51 smithi040 bash[19761]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:51.376 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:51 smithi070 bash[21575]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:51.376 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:51 smithi070 bash[21575]: audit 2024-09-17T12:02:50.208422+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.70:0/2146352533' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:52.375 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:52 smithi191 bash[21911]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:52.375 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:52 smithi191 bash[21911]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:52.376 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:52 smithi040 bash[19761]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:52.376 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:52 smithi040 bash[19761]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:52.376 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:52 smithi070 bash[21575]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:52.376 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:52 smithi070 bash[21575]: cluster 2024-09-17T12:02:50.609989+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; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:53.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:53 smithi070 bash[21575]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:53 smithi070 bash[21575]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:53 smithi070 bash[21575]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:53 smithi070 bash[21575]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:53 smithi191 bash[21911]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:53 smithi191 bash[21911]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:53 smithi191 bash[21911]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:53 smithi191 bash[21911]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:53 smithi040 bash[19761]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:53 smithi040 bash[19761]: audit 2024-09-17T12:02:52.204372+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.191:0/4049665569' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:53 smithi040 bash[19761]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:53.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:53 smithi040 bash[19761]: audit 2024-09-17T12:02:52.213349+0000 mon.b (mon.2) 24 : audit [DBG] from='client.? 172.21.15.70:0/2482801707' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:54 smithi070 bash[21575]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:54 smithi070 bash[21575]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:54 smithi070 bash[21575]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:54 smithi070 bash[21575]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:54 smithi191 bash[21911]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:54 smithi191 bash[21911]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:54 smithi191 bash[21911]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:54 smithi191 bash[21911]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:54 smithi040 bash[19761]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:54 smithi040 bash[19761]: cluster 2024-09-17T12:02:52.611181+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.9 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:02:54.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:54 smithi040 bash[19761]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:54.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:54 smithi040 bash[19761]: audit 2024-09-17T12:02:53.205620+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.40:0/555562657' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:55 smithi070 bash[21575]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:55 smithi070 bash[21575]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:55 smithi191 bash[21911]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:55 smithi191 bash[21911]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:55 smithi040 bash[19761]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:55.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:55 smithi040 bash[19761]: audit 2024-09-17T12:02:54.218603+0000 mon.b (mon.2) 25 : audit [DBG] from='client.? 172.21.15.70:0/42737060' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:56.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:56 smithi191 bash[21911]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:56.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:56 smithi191 bash[21911]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:56.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:56 smithi040 bash[19761]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:56.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:56 smithi040 bash[19761]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:56.378 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:56 smithi070 bash[21575]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:56.378 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:56 smithi070 bash[21575]: cluster 2024-09-17T12:02:54.611926+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:57.350 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:57 smithi070 bash[21575]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:57.350 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:57 smithi070 bash[21575]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:57.372 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:57 smithi191 bash[21911]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:57.372 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:57 smithi191 bash[21911]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:57.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:57 smithi040 bash[19761]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:57.378 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:57 smithi040 bash[19761]: audit 2024-09-17T12:02:56.218545+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.70:0/406042350' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:58.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:58 smithi070 bash[21575]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:58.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:58 smithi070 bash[21575]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:58.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:58 smithi191 bash[21911]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:58.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:58 smithi191 bash[21911]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:58.451 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:58 smithi040 bash[19761]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:58.451 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:58 smithi040 bash[19761]: cluster 2024-09-17T12:02:56.613272+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; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:02:59 smithi070 bash[21575]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:02:59 smithi191 bash[21911]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:58.214787+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.191:0/580743650' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:58.223613+0000 mon.b (mon.2) 27 : audit [DBG] from='client.? 172.21.15.70:0/2466992521' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:02:59.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:02:59 smithi040 bash[19761]: audit 2024-09-17T12:02:59.208945+0000 mon.a (mon.0) 817 : audit [DBG] from='client.? 172.21.15.40:0/1639166164' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:00.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:00 smithi070 bash[21575]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:00.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:00 smithi070 bash[21575]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:00.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:00 smithi191 bash[21911]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:00.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:00 smithi191 bash[21911]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:00 smithi040 bash[19761]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:00.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:00 smithi040 bash[19761]: cluster 2024-09-17T12:02:58.614548+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; 7.2 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T12:03:01.376 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:01 smithi191 bash[21911]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:01.376 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:01 smithi191 bash[21911]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:01.380 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:01 smithi070 bash[21575]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:01.380 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:01 smithi070 bash[21575]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:01.380 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:01 smithi040 bash[19761]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:01.380 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:01 smithi040 bash[19761]: audit 2024-09-17T12:03:00.223787+0000 mon.b (mon.2) 28 : audit [DBG] from='client.? 172.21.15.70:0/1161107072' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.359 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:02 smithi070 bash[21575]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.359 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:02 smithi070 bash[21575]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.359 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:02 smithi070 bash[21575]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.360 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:02 smithi070 bash[21575]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:02 smithi191 bash[21911]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:02 smithi191 bash[21911]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:02 smithi191 bash[21911]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.381 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:02 smithi191 bash[21911]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:02 smithi040 bash[19761]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:02 smithi040 bash[19761]: cluster 2024-09-17T12:03:00.615231+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; 4.9 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:02.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:02 smithi040 bash[19761]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:02.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:02 smithi040 bash[19761]: audit 2024-09-17T12:03:02.226794+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.70:0/528147750' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:04 smithi070 bash[21575]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:04 smithi191 bash[21911]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: cluster 2024-09-17T12:03:02.616463+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; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: audit 2024-09-17T12:03:04.228158+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.70:0/3768470689' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:04.471 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:04 smithi040 bash[19761]: audit 2024-09-17T12:03:04.228527+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.191:0/2887876729' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:05 smithi070 bash[21575]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:05 smithi070 bash[21575]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:05 smithi191 bash[21911]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:05 smithi191 bash[21911]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:05 smithi040 bash[19761]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:05.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:05 smithi040 bash[19761]: audit 2024-09-17T12:03:05.220420+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.40:0/1824494855' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.384 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:06 smithi191 bash[21911]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.384 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:06 smithi191 bash[21911]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.384 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:06 smithi191 bash[21911]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.384 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:06 smithi191 bash[21911]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.385 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:06 smithi040 bash[19761]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.385 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:06 smithi040 bash[19761]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.385 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:06 smithi040 bash[19761]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.385 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:06 smithi040 bash[19761]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:06 smithi070 bash[21575]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:06 smithi070 bash[21575]: cluster 2024-09-17T12:03:04.617170+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:06.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:06 smithi070 bash[21575]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:06.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:06 smithi070 bash[21575]: audit 2024-09-17T12:03:06.231022+0000 mon.b (mon.2) 32 : audit [DBG] from='client.? 172.21.15.70:0/154787424' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:08.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:08 smithi070 bash[21575]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:08.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:08 smithi070 bash[21575]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:08.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:08 smithi191 bash[21911]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:08.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:08 smithi191 bash[21911]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:08.454 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:08 smithi040 bash[19761]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:08.454 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:08 smithi040 bash[19761]: cluster 2024-09-17T12:03:06.618141+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.9 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:10.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:10 smithi191 bash[21911]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:10 smithi191 bash[21911]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:10 smithi191 bash[21911]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:10.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:10 smithi191 bash[21911]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:10.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:10 smithi040 bash[19761]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:10 smithi040 bash[19761]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:10 smithi040 bash[19761]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:10.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:10 smithi040 bash[19761]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:10.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:10 smithi070 bash[21575]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:10 smithi070 bash[21575]: cluster 2024-09-17T12:03:08.619330+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; 5.6 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:03:10.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:10 smithi070 bash[21575]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:10.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:10 smithi070 bash[21575]: audit 2024-09-17T12:03:10.227237+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.191:0/3957965912' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:11 smithi191 bash[21911]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.377 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:11 smithi191 bash[21911]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.388 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:11 smithi040 bash[19761]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.389 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:11 smithi040 bash[19761]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.389 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:11 smithi070 bash[21575]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:11.389 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:11 smithi070 bash[21575]: audit 2024-09-17T12:03:11.231189+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.40:0/1811206637' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.385 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:12 smithi070 bash[21575]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:12 smithi070 bash[21575]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:12 smithi070 bash[21575]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.386 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:12 smithi070 bash[21575]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.388 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:12 smithi191 bash[21911]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.388 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:12 smithi191 bash[21911]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.388 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:12 smithi191 bash[21911]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.388 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:12 smithi191 bash[21911]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.389 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:12 smithi040 bash[19761]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.389 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:12 smithi040 bash[19761]: cluster 2024-09-17T12:03:10.620055+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; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:12.389 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:12 smithi040 bash[19761]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.389 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:12 smithi040 bash[19761]: audit 2024-09-17T12:03:12.236978+0000 mon.b (mon.2) 33 : audit [DBG] from='client.? 172.21.15.70:0/995168420' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:12.749 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.40/share1 -c ls' 2024-09-17T12:03:12.795 INFO:teuthology.orchestra.run.smithi194.stderr:+ sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.40/share1 -c ls 2024-09-17T12:03:14.005 INFO:teuthology.orchestra.run.smithi194.stdout: . D 0 Tue Sep 17 12:00:10 2024 2024-09-17T12:03:14.005 INFO:teuthology.orchestra.run.smithi194.stdout: .. D 0 Tue Sep 17 12:00:10 2024 2024-09-17T12:03:14.005 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-09-17T12:03:14.005 INFO:teuthology.orchestra.run.smithi194.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-17T12:03:14.469 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.40/share2 -c ls' 2024-09-17T12:03:14.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:14 smithi040 bash[19761]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:14.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:14 smithi040 bash[19761]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:14.528 INFO:teuthology.orchestra.run.smithi194.stderr:+ sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.40/share2 -c ls 2024-09-17T12:03:14.620 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:14 smithi191 bash[21911]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:14.621 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:14 smithi191 bash[21911]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:14.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:14 smithi070 bash[21575]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:14.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:14 smithi070 bash[21575]: cluster 2024-09-17T12:03:12.621229+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; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:15.622 INFO:teuthology.orchestra.run.smithi194.stdout: . D 0 Tue Sep 17 12:00:17 2024 2024-09-17T12:03:15.623 INFO:teuthology.orchestra.run.smithi194.stdout: .. D 0 Tue Sep 17 12:00:17 2024 2024-09-17T12:03:15.623 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-09-17T12:03:15.623 INFO:teuthology.orchestra.run.smithi194.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-17T12:03:16.161 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:03:16.172 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T12:03:16.173 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm ls --no-detail | /home/ubuntu/cephtest/cephadm shell jq -r '"'"'map(select(.name | startswith("smb.uctdb1")))[-1].name'"'"' > /tmp/svcname' 2024-09-17T12:03:16.188 INFO:teuthology.orchestra.run.smithi040.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-17T12:03:16.188 INFO:teuthology.orchestra.run.smithi040.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.uctdb1")))[-1].name' 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:16 smithi191 bash[21911]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:16 smithi191 bash[21911]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:16 smithi191 bash[21911]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:16 smithi191 bash[21911]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:16 smithi040 bash[19761]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.391 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:16 smithi040 bash[19761]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:16 smithi040 bash[19761]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:16 smithi040 bash[19761]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:16 smithi070 bash[21575]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:16 smithi070 bash[21575]: cluster 2024-09-17T12:03:14.621909+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:16 smithi070 bash[21575]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:16.392 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:16 smithi070 bash[21575]: audit 2024-09-17T12:03:16.235997+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.191:0/1463686753' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.354 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:17 smithi070 bash[21575]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.354 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:17 smithi070 bash[21575]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:17 smithi191 bash[21911]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.391 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:17 smithi191 bash[21911]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.392 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:17 smithi040 bash[19761]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:17.392 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:17 smithi040 bash[19761]: audit 2024-09-17T12:03:17.246175+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.40:0/728947199' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:18 smithi191 bash[21911]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:18 smithi191 bash[21911]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:18 smithi191 bash[21911]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.429 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:18 smithi191 bash[21911]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:18 smithi040 bash[19761]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.457 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:18 smithi040 bash[19761]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:18 smithi040 bash[19761]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.458 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:18 smithi040 bash[19761]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.483 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:18 smithi070 bash[21575]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.483 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:18 smithi070 bash[21575]: cluster 2024-09-17T12:03:16.622934+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; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:18.483 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:18 smithi070 bash[21575]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:18.483 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:18 smithi070 bash[21575]: audit 2024-09-17T12:03:18.245236+0000 mon.b (mon.2) 34 : audit [DBG] from='client.? 172.21.15.70:0/2529835239' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:20.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:20 smithi191 bash[21911]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:20 smithi191 bash[21911]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.434 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:20 smithi040 bash[19761]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.434 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:20 smithi040 bash[19761]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.629 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:20 smithi070 bash[21575]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.629 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:20 smithi070 bash[21575]: cluster 2024-09-17T12:03:18.623773+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; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:03:20.984 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:03:21.379 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:21 smithi191 bash[21911]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:21.380 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:21 smithi191 bash[21911]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:21.396 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:21 smithi040 bash[19761]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:21.397 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:21 smithi040 bash[19761]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:21.397 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:21 smithi070 bash[21575]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:21.397 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:21 smithi070 bash[21575]: cluster 2024-09-17T12:03:20.624566+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:22.396 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:22 smithi191 bash[21911]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:22.396 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:22 smithi191 bash[21911]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:22.397 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:22 smithi040 bash[19761]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:22.397 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:22 smithi040 bash[19761]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:22.397 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:22 smithi070 bash[21575]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:22.397 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:22 smithi070 bash[21575]: audit 2024-09-17T12:03:22.243034+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.191:0/3912723686' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:23 smithi040 bash[19761]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:23 smithi040 bash[19761]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:23 smithi040 bash[19761]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:23 smithi040 bash[19761]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:23 smithi191 bash[21911]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:23 smithi191 bash[21911]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:23 smithi191 bash[21911]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:23 smithi191 bash[21911]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:23 smithi070 bash[21575]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:23 smithi070 bash[21575]: cluster 2024-09-17T12:03:22.625572+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; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:23.634 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:23 smithi070 bash[21575]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:23.635 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:23 smithi070 bash[21575]: audit 2024-09-17T12:03:23.246001+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.40:0/543102457' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:24 smithi040 bash[19761]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:24 smithi040 bash[19761]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.635 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:24 smithi191 bash[21911]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.635 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:24 smithi191 bash[21911]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.636 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:24 smithi070 bash[21575]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:24.636 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:24 smithi070 bash[21575]: audit 2024-09-17T12:03:24.254239+0000 mon.b (mon.2) 35 : audit [DBG] from='client.? 172.21.15.70:0/2104107024' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:25.088 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:25.440 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:25 smithi040 bash[19761]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:25.440 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:25 smithi040 bash[19761]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:25.637 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:25 smithi191 bash[21911]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:25.637 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:25 smithi191 bash[21911]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:25.637 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:25 smithi070 bash[21575]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:25.637 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:25 smithi070 bash[21575]: cluster 2024-09-17T12:03:24.626223+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; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:03:27.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:27 smithi070 bash[21575]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:27.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:27 smithi070 bash[21575]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:27.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:27 smithi191 bash[21911]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:27.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:27 smithi191 bash[21911]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:27.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:27 smithi040 bash[19761]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:27.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:27 smithi040 bash[19761]: cluster 2024-09-17T12:03:26.627422+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.2 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:03:28.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:28 smithi070 bash[21575]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:28.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:28 smithi070 bash[21575]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:28.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:28 smithi191 bash[21911]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:28.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:28 smithi191 bash[21911]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:28.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:28 smithi040 bash[19761]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:28.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:28 smithi040 bash[19761]: audit 2024-09-17T12:03:28.248342+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.191:0/1570119041' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.202 INFO:teuthology.orchestra.run.smithi040.stderr:Using ceph image with id '6c1fcab85602' and tag '7498493279982dfe87f00616198a5967475f6169' created on 2024-09-15 22:19:23 +0000 UTC 2024-09-17T12:03:29.203 INFO:teuthology.orchestra.run.smithi040.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:03:29.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:29 smithi070 bash[21575]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:29 smithi070 bash[21575]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:29 smithi070 bash[21575]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:29 smithi070 bash[21575]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:29 smithi191 bash[21911]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:29 smithi191 bash[21911]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:29 smithi191 bash[21911]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:29 smithi191 bash[21911]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:29 smithi040 bash[19761]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:29 smithi040 bash[19761]: cluster 2024-09-17T12:03:28.628274+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; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:29 smithi040 bash[19761]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:29.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:29 smithi040 bash[19761]: audit 2024-09-17T12:03:29.243750+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.40:0/1464516375' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:30 smithi040 bash[19761]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:30 smithi040 bash[19761]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:30 smithi070 bash[21575]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:30 smithi070 bash[21575]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:30 smithi191 bash[21911]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:30.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:30 smithi191 bash[21911]: audit 2024-09-17T12:03:30.261444+0000 mon.b (mon.2) 36 : audit [DBG] from='client.? 172.21.15.70:0/2271039176' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:31.463 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-17T12:03:31.520 INFO:teuthology.orchestra.run.smithi040.stderr:++ cat /tmp/svcname 2024-09-17T12:03:31.521 INFO:teuthology.orchestra.run.smithi040.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.uctdb1.0.0.smithi040.ssbbkz ctdb status 2024-09-17T12:03:31.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:31 smithi040 bash[19761]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:31.720 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:31 smithi040 bash[19761]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:31.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:31 smithi191 bash[21911]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:31.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:31 smithi191 bash[21911]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:32.102 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:31 smithi070 bash[21575]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:32.102 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:31 smithi070 bash[21575]: cluster 2024-09-17T12:03:30.628716+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-17T12:03:33.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:33 smithi070 bash[21575]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:33 smithi070 bash[21575]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:33 smithi070 bash[21575]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:33.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:33 smithi070 bash[21575]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:33.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:33 smithi191 bash[21911]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:33 smithi191 bash[21911]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:33 smithi191 bash[21911]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:33.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:33 smithi191 bash[21911]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:33.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:33 smithi040 bash[19761]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:33 smithi040 bash[19761]: cluster 2024-09-17T12:03:32.629922+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, 0 B/s wr, 5 op/s 2024-09-17T12:03:33.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:33 smithi040 bash[19761]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:33.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:33 smithi040 bash[19761]: audit 2024-09-17T12:03:33.576811+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:34 smithi070 bash[21575]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.929 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:34 smithi191 bash[21911]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.253024+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.191:0/3858753863' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.418003+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.419674+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:34.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.429265+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:34.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:34 smithi040 bash[19761]: audit 2024-09-17T12:03:34.436742+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:35.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:35 smithi070 bash[21575]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:35.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:35 smithi191 bash[21911]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: cephadm 2024-09-17T12:03:34.437364+0000 mgr.x (mgr.14523) 141 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi040.ssbbkz'}, 1: {0: 'uctdb1.1.0.smithi191.vpwkko'}, 2: {0: 'uctdb1.2.0.smithi070.grniqo'}} 3 2024-09-17T12:03:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: cluster 2024-09-17T12:03:34.630504+0000 mgr.x (mgr.14523) 142 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:35.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:35 smithi040 bash[19761]: audit 2024-09-17T12:03:35.271043+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.40:0/1211629045' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:36.326 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:03:36.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:36 smithi040 bash[19761]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:36.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:36 smithi040 bash[19761]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:37.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:36 smithi191 bash[21911]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:37.103 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:36 smithi191 bash[21911]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:37.103 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:36 smithi070 bash[21575]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:37.103 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:36 smithi070 bash[21575]: audit 2024-09-17T12:03:36.269758+0000 mon.b (mon.2) 37 : audit [DBG] from='client.? 172.21.15.70:0/2497227556' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:37.273 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-17T12:03:37.326 INFO:teuthology.orchestra.run.smithi040.stderr:+ cat /tmp/ctdb_status 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:Number of nodes:3 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:0 172.21.15.40 OK (THIS NODE) 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:1 172.21.15.191 OK 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:2 172.21.15.70 OK 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:Generation:1341938936 2024-09-17T12:03:37.327 INFO:teuthology.orchestra.run.smithi040.stdout:Size:3 2024-09-17T12:03:37.328 INFO:teuthology.orchestra.run.smithi040.stdout:hash:0 lmaster:0 2024-09-17T12:03:37.328 INFO:teuthology.orchestra.run.smithi040.stdout:hash:1 lmaster:1 2024-09-17T12:03:37.328 INFO:teuthology.orchestra.run.smithi040.stdout:hash:2 lmaster:2 2024-09-17T12:03:37.328 INFO:teuthology.orchestra.run.smithi040.stdout:Recovery mode:NORMAL (0) 2024-09-17T12:03:37.328 INFO:teuthology.orchestra.run.smithi040.stdout:Leader:0 2024-09-17T12:03:37.329 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:37.382 INFO:teuthology.orchestra.run.smithi040.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-17T12:03:37.383 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:0 172.21.15.40 OK (THIS NODE) 2024-09-17T12:03:37.384 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:37.437 INFO:teuthology.orchestra.run.smithi040.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-17T12:03:37.438 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:1 172.21.15.191 OK 2024-09-17T12:03:37.440 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:37.495 INFO:teuthology.orchestra.run.smithi040.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-17T12:03:37.496 INFO:teuthology.orchestra.run.smithi040.stdout:pnn:2 172.21.15.70 OK 2024-09-17T12:03:37.497 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-17T12:03:37.550 INFO:teuthology.orchestra.run.smithi040.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-17T12:03:37.551 INFO:teuthology.orchestra.run.smithi040.stdout:Number of nodes:3 2024-09-17T12:03:37.552 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-17T12:03:37.606 INFO:teuthology.orchestra.run.smithi040.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-17T12:03:37.608 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:03:37.619 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi194.front.sepia.ceph.com 2024-09-17T12:03:37.619 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:03:37.634 INFO:teuthology.orchestra.run.smithi194.stderr:+ sleep 30 2024-09-17T12:03:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:37 smithi040 bash[19761]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:37.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:37 smithi040 bash[19761]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:38.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:37 smithi070 bash[21575]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:38.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:37 smithi070 bash[21575]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:38.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:37 smithi191 bash[21911]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:38.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:37 smithi191 bash[21911]: cluster 2024-09-17T12:03:36.631731+0000 mgr.x (mgr.14523) 143 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:39.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:39 smithi191 bash[21911]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:39.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:39 smithi191 bash[21911]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:39.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:39 smithi040 bash[19761]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:39.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:39 smithi040 bash[19761]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:40.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:39 smithi070 bash[21575]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:40.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:39 smithi070 bash[21575]: cluster 2024-09-17T12:03:38.632499+0000 mgr.x (mgr.14523) 144 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:40.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:40 smithi191 bash[21911]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:40.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:40 smithi191 bash[21911]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:40.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:40 smithi040 bash[19761]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:40.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:40 smithi040 bash[19761]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.132 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:40 smithi070 bash[21575]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.132 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:40 smithi070 bash[21575]: audit 2024-09-17T12:03:40.267857+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.191:0/3585463638' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.915 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:41 smithi191 bash[21911]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.916 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:41 smithi191 bash[21911]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.916 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:41 smithi191 bash[21911]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.916 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:41 smithi191 bash[21911]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:41 smithi040 bash[19761]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:41 smithi040 bash[19761]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:41 smithi040 bash[19761]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:41.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:41 smithi040 bash[19761]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.104 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:41 smithi070 bash[21575]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:42.104 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:41 smithi070 bash[21575]: cluster 2024-09-17T12:03:40.633178+0000 mgr.x (mgr.14523) 145 : 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, 0 B/s wr, 3 op/s 2024-09-17T12:03:42.104 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:41 smithi070 bash[21575]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.104 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:41 smithi070 bash[21575]: audit 2024-09-17T12:03:41.269666+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.40:0/117714071' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:42 smithi191 bash[21911]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:42 smithi191 bash[21911]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:42 smithi040 bash[19761]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:42.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:42 smithi040 bash[19761]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:43.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:42 smithi070 bash[21575]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:43.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:42 smithi070 bash[21575]: audit 2024-09-17T12:03:42.276799+0000 mon.b (mon.2) 38 : audit [DBG] from='client.? 172.21.15.70:0/3566357763' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:43.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:43 smithi191 bash[21911]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:43.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:43 smithi191 bash[21911]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:43.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:43 smithi040 bash[19761]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:43.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:43 smithi040 bash[19761]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:44.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:43 smithi070 bash[21575]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:44.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:43 smithi070 bash[21575]: cluster 2024-09-17T12:03:42.634488+0000 mgr.x (mgr.14523) 146 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:45.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:45 smithi191 bash[21911]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:45.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:45 smithi191 bash[21911]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:45.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:45 smithi040 bash[19761]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:45.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:45 smithi040 bash[19761]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:46.133 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:45 smithi070 bash[21575]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:46.133 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:45 smithi070 bash[21575]: cluster 2024-09-17T12:03:44.635195+0000 mgr.x (mgr.14523) 147 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:46.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:46 smithi191 bash[21911]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:46.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:46 smithi191 bash[21911]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:46.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:46 smithi040 bash[19761]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:46.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:46 smithi040 bash[19761]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.105 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:46 smithi070 bash[21575]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.105 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:46 smithi070 bash[21575]: audit 2024-09-17T12:03:46.285139+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.191:0/516006772' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:47 smithi070 bash[21575]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:47 smithi070 bash[21575]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:47 smithi070 bash[21575]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.903 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:47 smithi070 bash[21575]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:47 smithi191 bash[21911]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:47 smithi191 bash[21911]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:47 smithi191 bash[21911]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:47 smithi191 bash[21911]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:47 smithi040 bash[19761]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:47 smithi040 bash[19761]: cluster 2024-09-17T12:03:46.636374+0000 mgr.x (mgr.14523) 148 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:47.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:47 smithi040 bash[19761]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:47.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:47 smithi040 bash[19761]: audit 2024-09-17T12:03:47.276481+0000 mon.a (mon.0) 830 : audit [DBG] from='client.? 172.21.15.40:0/2953109884' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:48.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:48 smithi191 bash[21911]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:48.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:48 smithi191 bash[21911]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:49.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:48 smithi070 bash[21575]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:49.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:48 smithi070 bash[21575]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:49.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:48 smithi040 bash[19761]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:49.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:48 smithi040 bash[19761]: audit 2024-09-17T12:03:48.285404+0000 mon.b (mon.2) 39 : audit [DBG] from='client.? 172.21.15.70:0/3099214415' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:49.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:49 smithi191 bash[21911]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:49.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:49 smithi191 bash[21911]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:49.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:49 smithi040 bash[19761]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:49.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:49 smithi040 bash[19761]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:50.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:49 smithi070 bash[21575]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:50.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:49 smithi070 bash[21575]: cluster 2024-09-17T12:03:48.637021+0000 mgr.x (mgr.14523) 149 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:51.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:51 smithi191 bash[21911]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:51.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:51 smithi191 bash[21911]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:51.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:51 smithi040 bash[19761]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:51.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:51 smithi040 bash[19761]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:52.106 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:51 smithi070 bash[21575]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:52.106 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:51 smithi070 bash[21575]: cluster 2024-09-17T12:03:50.637496+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:52.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:52 smithi191 bash[21911]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:52.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:52 smithi191 bash[21911]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:52.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:52 smithi040 bash[19761]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:52.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:52 smithi040 bash[19761]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:52 smithi070 bash[21575]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:52 smithi070 bash[21575]: audit 2024-09-17T12:03:52.284068+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.191:0/2033817212' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:53 smithi191 bash[21911]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:53.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:53 smithi191 bash[21911]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:53.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:53 smithi191 bash[21911]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:53 smithi191 bash[21911]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:53 smithi040 bash[19761]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:53.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:53 smithi040 bash[19761]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:53.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:53 smithi040 bash[19761]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:53.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:53 smithi040 bash[19761]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:54.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:53 smithi070 bash[21575]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:54.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:53 smithi070 bash[21575]: cluster 2024-09-17T12:03:52.638657+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-17T12:03:54.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:53 smithi070 bash[21575]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:54.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:53 smithi070 bash[21575]: audit 2024-09-17T12:03:53.285585+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.40:0/2383636352' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:54.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:54 smithi040 bash[19761]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:54.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:54 smithi040 bash[19761]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:55.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:54 smithi070 bash[21575]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:55.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:54 smithi070 bash[21575]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:55.177 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:54 smithi191 bash[21911]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:55.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:54 smithi191 bash[21911]: audit 2024-09-17T12:03:54.288640+0000 mon.b (mon.2) 40 : audit [DBG] from='client.? 172.21.15.70:0/137639838' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:55.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:55 smithi040 bash[19761]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:55.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:55 smithi040 bash[19761]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:56.134 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:55 smithi070 bash[21575]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:56.134 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:55 smithi070 bash[21575]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:55 smithi191 bash[21911]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:56.135 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:55 smithi191 bash[21911]: cluster 2024-09-17T12:03:54.639284+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.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:57.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:57 smithi040 bash[19761]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:57.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:57 smithi040 bash[19761]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:58.152 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:57 smithi070 bash[21575]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:58.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:57 smithi070 bash[21575]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:58.177 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:57 smithi191 bash[21911]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:58.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:57 smithi191 bash[21911]: cluster 2024-09-17T12:03:56.640456+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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:58.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:58 smithi040 bash[19761]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:58.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:58 smithi040 bash[19761]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:58 smithi070 bash[21575]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:58 smithi070 bash[21575]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:58 smithi191 bash[21911]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:58 smithi191 bash[21911]: audit 2024-09-17T12:03:58.292947+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.191:0/3080721678' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:59 smithi040 bash[19761]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:59.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:59 smithi040 bash[19761]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:59.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:59 smithi040 bash[19761]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:03:59.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:03:59 smithi040 bash[19761]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:59 smithi070 bash[21575]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:00.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:59 smithi070 bash[21575]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:00.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:59 smithi070 bash[21575]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:03:59 smithi070 bash[21575]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:59 smithi191 bash[21911]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:00.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:59 smithi191 bash[21911]: cluster 2024-09-17T12:03:58.641110+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; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:00.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:59 smithi191 bash[21911]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:03:59 smithi191 bash[21911]: audit 2024-09-17T12:03:59.295487+0000 mon.a (mon.0) 832 : audit [DBG] from='client.? 172.21.15.40:0/3374886146' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:00 smithi040 bash[19761]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:00.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:00 smithi040 bash[19761]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:01.135 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:00 smithi070 bash[21575]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:01.135 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:00 smithi070 bash[21575]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:01.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:00 smithi191 bash[21911]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:01.136 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:00 smithi191 bash[21911]: audit 2024-09-17T12:04:00.303372+0000 mon.b (mon.2) 41 : audit [DBG] from='client.? 172.21.15.70:0/2554394783' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:01.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:01 smithi040 bash[19761]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:01.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:01 smithi040 bash[19761]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:02.041 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:01 smithi191 bash[21911]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:02.041 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:01 smithi191 bash[21911]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:02.108 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:01 smithi070 bash[21575]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:02.108 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:01 smithi070 bash[21575]: cluster 2024-09-17T12:04:00.641676+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.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:03.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:03 smithi040 bash[19761]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:03.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:03 smithi040 bash[19761]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:04.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:03 smithi070 bash[21575]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:04.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:03 smithi070 bash[21575]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:04.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:03 smithi191 bash[21911]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:04.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:03 smithi191 bash[21911]: cluster 2024-09-17T12:04:02.642857+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.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:04.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:04 smithi040 bash[19761]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:04.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:04 smithi040 bash[19761]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:04 smithi070 bash[21575]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:04 smithi070 bash[21575]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:04 smithi191 bash[21911]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:04 smithi191 bash[21911]: audit 2024-09-17T12:04:04.304624+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.191:0/4243146969' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:05 smithi040 bash[19761]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:05 smithi040 bash[19761]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:05 smithi040 bash[19761]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:05.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:05 smithi040 bash[19761]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.136 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:05 smithi070 bash[21575]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:06.136 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:05 smithi070 bash[21575]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:06.136 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:05 smithi070 bash[21575]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.137 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:05 smithi070 bash[21575]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:05 smithi191 bash[21911]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:06.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:05 smithi191 bash[21911]: cluster 2024-09-17T12:04:04.643485+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.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:06.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:05 smithi191 bash[21911]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.137 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:05 smithi191 bash[21911]: audit 2024-09-17T12:04:05.303009+0000 mon.a (mon.0) 833 : audit [DBG] from='client.? 172.21.15.40:0/1773589621' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:06 smithi040 bash[19761]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:06.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:06 smithi040 bash[19761]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:07.075 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:06 smithi191 bash[21911]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:07.075 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:06 smithi191 bash[21911]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:07.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:06 smithi070 bash[21575]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:07.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:06 smithi070 bash[21575]: audit 2024-09-17T12:04:06.310844+0000 mon.b (mon.2) 42 : audit [DBG] from='client.? 172.21.15.70:0/1763097692' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:07.640 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.191/share1 -c ls' 2024-09-17T12:04:07.692 INFO:teuthology.orchestra.run.smithi194.stderr:+ sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.191/share1 -c ls 2024-09-17T12:04:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:07 smithi040 bash[19761]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:07.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:07 smithi040 bash[19761]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:08.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:07 smithi070 bash[21575]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:08.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:07 smithi070 bash[21575]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:08.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:07 smithi191 bash[21911]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:08.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:07 smithi191 bash[21911]: cluster 2024-09-17T12:04:06.644666+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; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:04:08.736 INFO:teuthology.orchestra.run.smithi194.stdout: . D 0 Tue Sep 17 12:00:10 2024 2024-09-17T12:04:08.737 INFO:teuthology.orchestra.run.smithi194.stdout: .. D 0 Tue Sep 17 12:00:10 2024 2024-09-17T12:04:08.737 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-09-17T12:04:08.737 INFO:teuthology.orchestra.run.smithi194.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-17T12:04:09.215 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.191/share2 -c ls' 2024-09-17T12:04:09.269 INFO:teuthology.orchestra.run.smithi194.stderr:+ sudo docker run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.191/share2 -c ls 2024-09-17T12:04:09.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:09 smithi040 bash[19761]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:09.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:09 smithi040 bash[19761]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:10.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:09 smithi070 bash[21575]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:10.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:09 smithi070 bash[21575]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:10.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:09 smithi191 bash[21911]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:10.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:09 smithi191 bash[21911]: cluster 2024-09-17T12:04:08.645176+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; 2.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:10.336 INFO:teuthology.orchestra.run.smithi194.stdout: . D 0 Tue Sep 17 12:00:17 2024 2024-09-17T12:04:10.336 INFO:teuthology.orchestra.run.smithi194.stdout: .. D 0 Tue Sep 17 12:00:17 2024 2024-09-17T12:04:10.337 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-09-17T12:04:10.337 INFO:teuthology.orchestra.run.smithi194.stdout: 178040832 blocks of size 1024. 178040832 blocks available 2024-09-17T12:04:10.827 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:04:10.837 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T12:04:10.837 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:04:10.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:10 smithi191 bash[21911]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:10.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:10 smithi191 bash[21911]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:10.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:10 smithi040 bash[19761]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:10.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:10 smithi040 bash[19761]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:11.137 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:10 smithi070 bash[21575]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:11.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:10 smithi070 bash[21575]: audit 2024-09-17T12:04:10.301939+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.191:0/1323360636' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:11.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:11 smithi040 bash[19761]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:11.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:11 smithi040 bash[19761]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:11.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:11 smithi040 bash[19761]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:11.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:11 smithi040 bash[19761]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.106 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:11 smithi191 bash[21911]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:12.107 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:11 smithi191 bash[21911]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:12.107 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:11 smithi191 bash[21911]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.107 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:11 smithi191 bash[21911]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:11 smithi070 bash[21575]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:12.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:11 smithi070 bash[21575]: cluster 2024-09-17T12:04:10.645763+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.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:04:12.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:11 smithi070 bash[21575]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.109 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:11 smithi070 bash[21575]: audit 2024-09-17T12:04:11.310762+0000 mon.a (mon.0) 834 : audit [DBG] from='client.? 172.21.15.40:0/2206061077' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:12 smithi040 bash[19761]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:12.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:12 smithi040 bash[19761]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:13.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:12 smithi070 bash[21575]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:13.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:12 smithi070 bash[21575]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:13.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:12 smithi191 bash[21911]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:13.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:12 smithi191 bash[21911]: audit 2024-09-17T12:04:12.329600+0000 mon.b (mon.2) 43 : audit [DBG] from='client.? 172.21.15.70:0/3739179669' entity='client.smb.config.uctdb1.2.0.smithi070.grniqo' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:13 smithi040 bash[19761]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:13.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:13 smithi040 bash[19761]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:14.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:13 smithi070 bash[21575]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:14.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:13 smithi070 bash[21575]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:14.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:13 smithi191 bash[21911]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:14.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:13 smithi191 bash[21911]: cluster 2024-09-17T12:04:12.646937+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.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:15.639 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:15.994 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:15 smithi040 bash[19761]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:15.994 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:15 smithi040 bash[19761]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:16.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:15 smithi070 bash[21575]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:16.138 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:15 smithi070 bash[21575]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:16.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:15 smithi191 bash[21911]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:16.139 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:15 smithi191 bash[21911]: cluster 2024-09-17T12:04:14.647559+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.0 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:16.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:16 smithi040 bash[19761]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:16.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:16 smithi040 bash[19761]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.109 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:16 smithi191 bash[21911]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.110 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:16 smithi191 bash[21911]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.110 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:16 smithi070 bash[21575]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.110 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:16 smithi070 bash[21575]: audit 2024-09-17T12:04:16.318396+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.191:0/3645171844' entity='client.smb.config.uctdb1.1.0.smithi191.vpwkko' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.800 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-17T12:04:17.800 INFO:teuthology.orchestra.run.smithi040.stdout: "results": [ 2024-09-17T12:04:17.800 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:04:17.800 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:04:17.800 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "share_id": "share1", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "removed" 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "removed", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "share_id": "share2", 2024-09-17T12:04:17.801 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "removed" 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "removed", 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster_id": "uctdb1", 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "removed" 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "removed", 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:04:17.802 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "resource": { 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "resource_type": "ceph.smb.usersgroups", 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "users_groups_id": "ug1", 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "intent": "removed" 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "state": "removed", 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: ], 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout: "success": true 2024-09-17T12:04:17.803 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:17.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:17.972 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:17.973 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:17 smithi040 bash[19761]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:18.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:18.154 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.155 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:17 smithi070 bash[21575]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:18.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: cluster 2024-09-17T12:04:16.648861+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.9 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:04:18.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.312220+0000 mon.a (mon.0) 835 : audit [DBG] from='client.? 172.21.15.40:0/293844109' entity='client.smb.config.uctdb1.0.0.smithi040.ssbbkz' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.710673+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.712042+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.712597+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.714170+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.716011+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:18.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.716395+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.718104+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.721721+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.723283+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.180 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:17 smithi191 bash[21911]: audit 2024-09-17T12:04:17.732788+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' 2024-09-17T12:04:18.681 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-17T12:04:18.692 INFO:tasks.cephadm:Waiting for ceph service smb.uctdb1 to be not present in service list 2024-09-17T12:04:18.692 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:18.970 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:18.971 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:18 smithi040 bash[19761]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:18.997 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:18 smithi070 bash[21575]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:18.998 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:18 smithi070 bash[21575]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:18.998 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:18 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:18.998 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: audit 2024-09-17T12:04:17.616836+0000 mgr.x (mgr.14523) 164 : audit [DBG] from='client.16314 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.703669+0000 mgr.x (mgr.14523) 165 : cephadm [INF] Remove service smb.uctdb1 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:19.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:19.179 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:18 smithi191 bash[21911]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:19.261 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:19.261 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.790190+0000 mgr.x (mgr.14523) 166 : cephadm [INF] Removing orphan daemon smb.uctdb1.0.0.smithi040.ssbbkz... 2024-09-17T12:04:19.261 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:19.261 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cephadm 2024-09-17T12:04:17.790646+0000 mgr.x (mgr.14523) 167 : cephadm [INF] Removing daemon smb.uctdb1.0.0.smithi040.ssbbkz from smithi040 -- ports [445, 9922] 2024-09-17T12:04:20.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:19 smithi040 bash[19761]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:19 smithi040 bash[19761]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:19 smithi070 bash[21575]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:19 smithi191 bash[21911]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:19 smithi191 bash[21911]: cluster 2024-09-17T12:04:18.649278+0000 mgr.x (mgr.14523) 168 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:20.311 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.311 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.311 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.312 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.593 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.593 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.597 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.597 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.847 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.848 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.848 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:20.848 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.207 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.208 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.208 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.209 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:20 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.470 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.470 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.470 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.471 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.904 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.904 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.904 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:21.904 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:22.153 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:21 smithi070 bash[21575]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:22.172 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.173 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.173 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.173 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.173 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:22.173 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:21 smithi191 bash[21911]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: cluster 2024-09-17T12:04:20.649660+0000 mgr.x (mgr.14523) 169 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: audit 2024-09-17T12:04:21.761171+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"} : dispatch 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:22.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:21 smithi040 bash[19761]: audit 2024-09-17T12:04:21.764002+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi040.ssbbkz"}]': finished 2024-09-17T12:04:23.066 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.067 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.067 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.067 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.067 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.067 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:22 smithi191 bash[21911]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:22 smithi040 bash[19761]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.760732+0000 mgr.x (mgr.14523) 170 : cephadm [INF] Removing key for client.smb.config.uctdb1.0.0.smithi040.ssbbkz 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.768698+0000 mgr.x (mgr.14523) 171 : cephadm [INF] Removing orphan daemon smb.uctdb1.2.0.smithi070.grniqo... 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:22 smithi070 bash[21575]: cephadm 2024-09-17T12:04:21.768921+0000 mgr.x (mgr.14523) 172 : cephadm [INF] Removing daemon smb.uctdb1.2.0.smithi070.grniqo from smithi070 -- ports [445, 9922] 2024-09-17T12:04:23.435 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:23.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:23 smithi191 bash[21911]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:23.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:23 smithi191 bash[21911]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:24.007 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:23 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.007 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:23 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.008 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:23 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.008 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:23 smithi070 bash[21575]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:24.008 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:23 smithi070 bash[21575]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:24.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:23 smithi040 bash[19761]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:24.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:23 smithi040 bash[19761]: cluster 2024-09-17T12:04:22.650819+0000 mgr.x (mgr.14523) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:04:24.258 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.259 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.259 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.569 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.569 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.844 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.844 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.844 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.844 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.845 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:24.845 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:24 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:25.135 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:04:25.135 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:02:32.316705Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:02:32.316014Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:02:32.315824Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:02:32.316307Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:17.711175Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:01:08.342852Z", "last_refresh": "2024-09-17T12:02:32.749119Z", "running": 2, "size": 3}}] 2024-09-17T12:04:25.653 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:25.653 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:25 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:25.653 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:04:25 smithi070 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:25.948 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'osd', 'mgr', 'smb.uctdb1', 'mon', 'mds.cephfs'} 2024-09-17T12:04:26.027 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.028 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:25 smithi191 bash[21911]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:25 smithi040 bash[19761]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: cluster 2024-09-17T12:04:24.651493+0000 mgr.x (mgr.14523) 174 : cluster [DBG] pgmap v125: 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-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.132867+0000 mgr.x (mgr.14523) 175 : audit [DBG] from='client.16353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.338380+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"} : dispatch 2024-09-17T12:04:26.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.404 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:25 smithi070 bash[21575]: audit 2024-09-17T12:04:25.341762+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi070.grniqo"}]': finished 2024-09-17T12:04:26.949 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:26 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:26 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:26 smithi040 bash[19761]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.337805+0000 mgr.x (mgr.14523) 176 : cephadm [INF] Removing key for client.smb.config.uctdb1.2.0.smithi070.grniqo 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.347664+0000 mgr.x (mgr.14523) 177 : cephadm [INF] Removing orphan daemon smb.uctdb1.1.0.smithi191.vpwkko... 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:26 smithi070 bash[21575]: cephadm 2024-09-17T12:04:25.348165+0000 mgr.x (mgr.14523) 178 : cephadm [INF] Removing daemon smb.uctdb1.1.0.smithi191.vpwkko from smithi191 -- ports [445, 9922] 2024-09-17T12:04:27.499 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:27.499 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:27.499 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:27.751 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:27.751 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:27.752 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.001 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.002 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.002 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.002 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.002 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:27 smithi191 bash[21911]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:27 smithi040 bash[19761]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:27 smithi040 bash[19761]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.301 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.302 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.302 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.402 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:27 smithi070 bash[21575]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:27 smithi070 bash[21575]: cluster 2024-09-17T12:04:26.652702+0000 mgr.x (mgr.14523) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:28.564 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.564 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.564 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.928 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:28.928 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:04:28 smithi191 systemd[1]: /etc/systemd/system/ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@.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-17T12:04:29.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:29.221 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:28 smithi040 bash[19761]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:29.402 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:29.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:28 smithi070 bash[21575]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.845422+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.849285+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi191.vpwkko"}]': finished 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.855363+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.860183+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:29.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:28 smithi191 bash[21911]: audit 2024-09-17T12:04:28.861961+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14523 172.21.15.40:0/4275308259' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:30.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:29 smithi040 bash[19761]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:30.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:29 smithi070 bash[21575]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:30.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.458 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cluster 2024-09-17T12:04:28.653331+0000 mgr.x (mgr.14523) 180 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:30.458 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.458 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cephadm 2024-09-17T12:04:28.844767+0000 mgr.x (mgr.14523) 181 : cephadm [INF] Removing key for client.smb.config.uctdb1.1.0.smithi191.vpwkko 2024-09-17T12:04:30.458 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:30.458 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:29 smithi191 bash[21911]: cephadm 2024-09-17T12:04:28.854638+0000 mgr.x (mgr.14523) 182 : cephadm [INF] Purge service smb.uctdb1 2024-09-17T12:04:31.705 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:32.091 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:31 smithi040 bash[19761]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:32.402 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:31 smithi070 bash[21575]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:32.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:31 smithi070 bash[21575]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:32.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:31 smithi191 bash[21911]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:32.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:31 smithi191 bash[21911]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:33.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:32 smithi040 bash[19761]: cluster 2024-09-17T12:04:30.653981+0000 mgr.x (mgr.14523) 183 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:33.327 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-17T12:04:33.327 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:59:40.675985Z", "last_refresh": "2024-09-17T12:02:32.316705Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi040=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:52:38.656959Z", "last_refresh": "2024-09-17T12:02:32.316014Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi040:172.21.15.40=a", "smithi070:172.21.15.70=b", "smithi191:172.21.15.191=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:52:05.627043Z", "last_refresh": "2024-09-17T12:02:32.315824Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:02:32.316307Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:04:33.989 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mgr', 'mon', 'mds.cephfs', 'osd'} 2024-09-17T12:04:33.989 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T12:04:34.003 INFO:tasks.cephadm:Teardown begin 2024-09-17T12:04:34.003 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:34.017 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:34.028 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:34.038 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:34.053 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T12:04:34.053 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:34.063 DEBUG:teuthology.orchestra.run.smithi070:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:34.076 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:34.088 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:34.100 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T12:04:34.100 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T12:04:34.100 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a 2024-09-17T12:04:34.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:33 smithi040 bash[19761]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:33 smithi040 bash[19761]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.220 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:34 smithi040 systemd[1]: Stopping Ceph mon.a for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:34.402 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:33 smithi070 bash[21575]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.403 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:33 smithi070 bash[21575]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:33 smithi191 bash[21911]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:33 smithi191 bash[21911]: cluster 2024-09-17T12:04:32.655163+0000 mgr.x (mgr.14523) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:34 smithi040 bash[19761]: debug 2024-09-17T12:04:34.249+0000 7fbbc1554640 -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-17T12:04:34.521 INFO:journalctl@ceph.mon.a.smithi040.stdout:Sep 17 12:04:34 smithi040 bash[19761]: debug 2024-09-17T12:04:34.249+0000 7fbbc1554640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T12:04:35.075 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T12:04:35.106 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:35.106 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T12:04:35.106 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T12:04:35.106 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.b 2024-09-17T12:04:35.383 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:35 smithi070 systemd[1]: Stopping Ceph mon.b for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:35.384 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:35 smithi070 bash[21575]: debug 2024-09-17T12:04:35.274+0000 7fa1d46a1640 -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-17T12:04:35.384 INFO:journalctl@ceph.mon.b.smithi070.stdout:Sep 17 12:04:35 smithi070 bash[21575]: debug 2024-09-17T12:04:35.274+0000 7fa1d46a1640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:04:36.070 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T12:04:36.101 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:36.101 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T12:04:36.101 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T12:04:36.101 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.c 2024-09-17T12:04:36.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:36 smithi191 systemd[1]: Stopping Ceph mon.c for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:36.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:36 smithi191 bash[21911]: debug 2024-09-17T12:04:36.253+0000 7f865fe8a640 -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-17T12:04:36.428 INFO:journalctl@ceph.mon.c.smithi191.stdout:Sep 17 12:04:36 smithi191 bash[21911]: debug 2024-09-17T12:04:36.253+0000 7f865fe8a640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:04:37.355 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T12:04:37.387 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:37.387 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T12:04:37.387 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-17T12:04:37.387 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x 2024-09-17T12:04:37.577 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:37 smithi040 systemd[1]: Stopping Ceph mgr.x for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:37.577 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:37 smithi040 bash[20018]: debug 2024-09-17T12:04:37.537+0000 7f66bde5d640 -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-17T12:04:37.577 INFO:journalctl@ceph.mgr.x.smithi040.stdout:Sep 17 12:04:37 smithi040 bash[20018]: debug 2024-09-17T12:04:37.537+0000 7f66bde5d640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-17T12:04:38.402 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-17T12:04:38.425 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:38.425 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-17T12:04:38.425 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T12:04:38.426 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.0 2024-09-17T12:04:38.720 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:38 smithi040 systemd[1]: Stopping Ceph osd.0 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:38.720 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:38 smithi040 bash[31825]: debug 2024-09-17T12:04:38.581+0000 7f5be7378640 -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-17T12:04:38.720 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:38 smithi040 bash[31825]: debug 2024-09-17T12:04:38.581+0000 7f5be7378640 -1 osd.0 51 *** Got signal Terminated *** 2024-09-17T12:04:38.720 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:38 smithi040 bash[31825]: debug 2024-09-17T12:04:38.581+0000 7f5be7378640 -1 osd.0 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:04:44.929 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:44 smithi040 bash[52120]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-0 2024-09-17T12:04:44.929 INFO:journalctl@ceph.osd.0.smithi040.stdout:Sep 17 12:04:44 smithi040 bash[52183]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-0 2024-09-17T12:04:46.892 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T12:04:46.920 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:46.920 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T12:04:46.920 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T12:04:46.920 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.1 2024-09-17T12:04:47.220 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:46 smithi040 systemd[1]: Stopping Ceph osd.1 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:47.220 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:47 smithi040 bash[37420]: debug 2024-09-17T12:04:47.081+0000 7fc25e6f1640 -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-17T12:04:47.220 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:47 smithi040 bash[37420]: debug 2024-09-17T12:04:47.081+0000 7fc25e6f1640 -1 osd.1 51 *** Got signal Terminated *** 2024-09-17T12:04:47.220 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:47 smithi040 bash[37420]: debug 2024-09-17T12:04:47.081+0000 7fc25e6f1640 -1 osd.1 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:04:53.374 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:53 smithi040 bash[52315]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-1 2024-09-17T12:04:53.374 INFO:journalctl@ceph.osd.1.smithi040.stdout:Sep 17 12:04:53 smithi040 bash[52380]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-1 2024-09-17T12:04:55.242 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T12:04:55.276 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:55.276 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T12:04:55.276 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T12:04:55.276 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.2 2024-09-17T12:04:55.652 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:55 smithi070 systemd[1]: Stopping Ceph osd.2 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:04:55.653 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:55 smithi070 bash[24207]: debug 2024-09-17T12:04:55.501+0000 7fdaf7f6e640 -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-17T12:04:55.653 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:55 smithi070 bash[24207]: debug 2024-09-17T12:04:55.501+0000 7fdaf7f6e640 -1 osd.2 51 *** Got signal Terminated *** 2024-09-17T12:04:55.653 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:04:55 smithi070 bash[24207]: debug 2024-09-17T12:04:55.501+0000 7fdaf7f6e640 -1 osd.2 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:01.652 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:05:01 smithi070 bash[36884]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-2 2024-09-17T12:05:01.653 INFO:journalctl@ceph.osd.2.smithi070.stdout:Sep 17 12:05:01 smithi070 bash[36950]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-2 2024-09-17T12:05:03.407 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T12:05:03.432 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:03.433 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T12:05:03.433 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T12:05:03.433 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.3 2024-09-17T12:05:03.902 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:03 smithi070 systemd[1]: Stopping Ceph osd.3 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:05:03.903 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:03 smithi070 bash[29742]: debug 2024-09-17T12:05:03.633+0000 7f8b6e938640 -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-17T12:05:03.903 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:03 smithi070 bash[29742]: debug 2024-09-17T12:05:03.633+0000 7f8b6e938640 -1 osd.3 51 *** Got signal Terminated *** 2024-09-17T12:05:03.903 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:03 smithi070 bash[29742]: debug 2024-09-17T12:05:03.633+0000 7f8b6e938640 -1 osd.3 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:06.090 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:05 smithi191 bash[24841]: debug 2024-09-17T12:05:05.740+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:06.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:06 smithi191 bash[30133]: debug 2024-09-17T12:05:06.088+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:07.044 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:06 smithi191 bash[24841]: debug 2024-09-17T12:05:06.756+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:07.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:07 smithi191 bash[30133]: debug 2024-09-17T12:05:07.044+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:08.062 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:07 smithi191 bash[24841]: debug 2024-09-17T12:05:07.716+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:08.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:08 smithi191 bash[30133]: debug 2024-09-17T12:05:08.060+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:08.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:08 smithi191 bash[24841]: debug 2024-09-17T12:05:08.672+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:09.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:09 smithi191 bash[30133]: debug 2024-09-17T12:05:09.056+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:09.760 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:09 smithi070 bash[37083]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-3 2024-09-17T12:05:09.760 INFO:journalctl@ceph.osd.3.smithi070.stdout:Sep 17 12:05:09 smithi070 bash[37148]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-3 2024-09-17T12:05:09.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:09 smithi191 bash[24841]: debug 2024-09-17T12:05:09.648+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:10.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:10 smithi191 bash[30133]: debug 2024-09-17T12:05:10.036+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:10.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:10 smithi191 bash[24841]: debug 2024-09-17T12:05:10.636+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:11.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[30133]: debug 2024-09-17T12:05:11.020+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:11.468 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T12:05:11.505 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:11.506 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T12:05:11.506 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T12:05:11.506 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.4 2024-09-17T12:05:11.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:11 smithi191 systemd[1]: Stopping Ceph osd.4 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:05:11.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[24841]: debug 2024-09-17T12:05:11.616+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:11.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[24841]: debug 2024-09-17T12:05:11.652+0000 7f3f1c081640 -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-17T12:05:11.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[24841]: debug 2024-09-17T12:05:11.652+0000 7f3f1c081640 -1 osd.4 51 *** Got signal Terminated *** 2024-09-17T12:05:11.929 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[24841]: debug 2024-09-17T12:05:11.652+0000 7f3f1c081640 -1 osd.4 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:12.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:11 smithi191 bash[30133]: debug 2024-09-17T12:05:11.984+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:12.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:12 smithi191 bash[24841]: debug 2024-09-17T12:05:12.584+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:13.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:12 smithi191 bash[30133]: debug 2024-09-17T12:05:12.992+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:13.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:13 smithi191 bash[24841]: debug 2024-09-17T12:05:13.600+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:13.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:13 smithi191 bash[24841]: debug 2024-09-17T12:05:13.600+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:51.436782+0000 front 2024-09-17T12:04:51.436690+0000 (oldest deadline 2024-09-17T12:05:13.136586+0000) 2024-09-17T12:05:14.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:13 smithi191 bash[30133]: debug 2024-09-17T12:05:13.980+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:14.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:14 smithi191 bash[24841]: debug 2024-09-17T12:05:14.572+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:14.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:14 smithi191 bash[24841]: debug 2024-09-17T12:05:14.572+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:51.436782+0000 front 2024-09-17T12:04:51.436690+0000 (oldest deadline 2024-09-17T12:05:13.136586+0000) 2024-09-17T12:05:15.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:14 smithi191 bash[30133]: debug 2024-09-17T12:05:14.980+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:15.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:15 smithi191 bash[24841]: debug 2024-09-17T12:05:15.520+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:15.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:15 smithi191 bash[24841]: debug 2024-09-17T12:05:15.520+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:51.436782+0000 front 2024-09-17T12:04:51.436690+0000 (oldest deadline 2024-09-17T12:05:13.136586+0000) 2024-09-17T12:05:16.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:15 smithi191 bash[30133]: debug 2024-09-17T12:05:15.932+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:16.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:15 smithi191 bash[30133]: debug 2024-09-17T12:05:15.932+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:16.916 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:16 smithi191 bash[24841]: debug 2024-09-17T12:05:16.536+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:40.835927+0000 front 2024-09-17T12:04:40.835964+0000 (oldest deadline 2024-09-17T12:05:05.535570+0000) 2024-09-17T12:05:16.916 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:16 smithi191 bash[24841]: debug 2024-09-17T12:05:16.536+0000 7f3f1468e640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:51.436782+0000 front 2024-09-17T12:04:51.436690+0000 (oldest deadline 2024-09-17T12:05:13.136586+0000) 2024-09-17T12:05:17.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:16 smithi191 bash[30133]: debug 2024-09-17T12:05:16.912+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:17.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:16 smithi191 bash[30133]: debug 2024-09-17T12:05:16.912+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:17.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:17 smithi191 bash[38041]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-4 2024-09-17T12:05:17.928 INFO:journalctl@ceph.osd.4.smithi191.stdout:Sep 17 12:05:17 smithi191 bash[38103]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-4 2024-09-17T12:05:17.928 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:17 smithi191 bash[30133]: debug 2024-09-17T12:05:17.880+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:17.928 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:17 smithi191 bash[30133]: debug 2024-09-17T12:05:17.880+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:19.139 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:18 smithi191 bash[30133]: debug 2024-09-17T12:05:18.892+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:19.139 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:18 smithi191 bash[30133]: debug 2024-09-17T12:05:18.892+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:19.747 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T12:05:19.774 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:19.774 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T12:05:19.774 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T12:05:19.774 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.5 2024-09-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 systemd[1]: Stopping Ceph osd.5 for 9f7ccbfe-74ea-11ef-bceb-c7b262605968... 2024-09-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 bash[30133]: debug 2024-09-17T12:05:19.888+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 bash[30133]: debug 2024-09-17T12:05:19.888+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 bash[30133]: debug 2024-09-17T12:05:19.952+0000 7f2d0d9b0640 -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-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 bash[30133]: debug 2024-09-17T12:05:19.952+0000 7f2d0d9b0640 -1 osd.5 51 *** Got signal Terminated *** 2024-09-17T12:05:20.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:19 smithi191 bash[30133]: debug 2024-09-17T12:05:19.952+0000 7f2d0d9b0640 -1 osd.5 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:21.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:20 smithi191 bash[30133]: debug 2024-09-17T12:05:20.844+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:21.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:20 smithi191 bash[30133]: debug 2024-09-17T12:05:20.844+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:22.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:21 smithi191 bash[30133]: debug 2024-09-17T12:05:21.864+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:22.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:21 smithi191 bash[30133]: debug 2024-09-17T12:05:21.864+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:23.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:22 smithi191 bash[30133]: debug 2024-09-17T12:05:22.876+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:23.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:22 smithi191 bash[30133]: debug 2024-09-17T12:05:22.876+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:23.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:22 smithi191 bash[30133]: debug 2024-09-17T12:05:22.876+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.70:6804 osd.2 since back 2024-09-17T12:05:00.298021+0000 front 2024-09-17T12:05:00.298072+0000 (oldest deadline 2024-09-17T12:05:22.597686+0000) 2024-09-17T12:05:24.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:23 smithi191 bash[30133]: debug 2024-09-17T12:05:23.920+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:24.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:23 smithi191 bash[30133]: debug 2024-09-17T12:05:23.920+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:24.178 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:23 smithi191 bash[30133]: debug 2024-09-17T12:05:23.920+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.70:6804 osd.2 since back 2024-09-17T12:05:00.298021+0000 front 2024-09-17T12:05:00.298072+0000 (oldest deadline 2024-09-17T12:05:22.597686+0000) 2024-09-17T12:05:25.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:24 smithi191 bash[30133]: debug 2024-09-17T12:05:24.944+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2024-09-17T12:04:39.294967+0000 front 2024-09-17T12:04:39.295040+0000 (oldest deadline 2024-09-17T12:05:05.194894+0000) 2024-09-17T12:05:25.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:24 smithi191 bash[30133]: debug 2024-09-17T12:05:24.944+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2024-09-17T12:04:50.396394+0000 front 2024-09-17T12:04:50.396539+0000 (oldest deadline 2024-09-17T12:05:15.596840+0000) 2024-09-17T12:05:25.428 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:24 smithi191 bash[30133]: debug 2024-09-17T12:05:24.944+0000 7f2d05fbd640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.70:6804 osd.2 since back 2024-09-17T12:05:00.298021+0000 front 2024-09-17T12:05:00.298072+0000 (oldest deadline 2024-09-17T12:05:22.597686+0000) 2024-09-17T12:05:26.328 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:26 smithi191 bash[38233]: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-5 2024-09-17T12:05:26.328 INFO:journalctl@ceph.osd.5.smithi191.stdout:Sep 17 12:05:26 smithi191 bash[38296]: Error response from daemon: No such container: ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968-osd-5 2024-09-17T12:05:28.018 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9f7ccbfe-74ea-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T12:05:28.050 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:28.051 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T12:05:28.051 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:28.240 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:38.272 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:38.454 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:40.660 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:40.842 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:50.148 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:50.327 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:51.455 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:51.470 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:51.485 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:51.498 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:51.512 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T12:05:51.514 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi040/crash 2024-09-17T12:05:51.514 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:51.527 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:51.527 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:51.529 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi070/crash 2024-09-17T12:05:51.530 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:51.542 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:51.542 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:51.544 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi191/crash 2024-09-17T12:05:51.544 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:51.556 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:51.556 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:51.558 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi194/crash 2024-09-17T12:05:51.559 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:51.571 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:51.571 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:51.572 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T12:05:51.573 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:05:51.588 INFO:tasks.cephadm:Compressing logs... 2024-09-17T12:05:51.588 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:51.632 DEBUG:teuthology.orchestra.run.smithi070:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:51.634 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-17T12:05:51.637 DEBUG:teuthology.orchestra.run.smithi194:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:51.642 INFO:teuthology.orchestra.run.smithi040.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T12:05:51.646 INFO:teuthology.orchestra.run.smithi070.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T12:05:51.648 INFO:teuthology.orchestra.run.smithi191.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T12:05:51.650 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T12:05:51.650 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T12:05:51.651 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T12:05:51.651 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:51.652 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T12:05:51.652 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-17T12:05:51.652 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:51.653 INFO:teuthology.orchestra.run.smithi040.stderr: 84.1% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:05:51.653 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose --/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mgr.x.log: /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi040.nvdblj.log 2024-09-17T12:05:51.654 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:51.654 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi040.nvdblj.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:51.655 INFO:teuthology.orchestra.run.smithi040.stderr: 83.1% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi040.nvdblj.log.gz 2024-09-17T12:05:51.655 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:51.656 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/cephadm.log: 87.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:51.658 INFO:teuthology.orchestra.run.smithi040.stderr: 90.0% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:51.659 INFO:teuthology.orchestra.run.smithi040.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:51.662 INFO:teuthology.orchestra.run.smithi040.stderr: 91.4% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:51.663 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:51.663 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T12:05:51.664 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:51.668 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:51.668 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-17T12:05:51.668 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:51.668 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.3.log: 81.6% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 87.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:51.669 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.5.log: 81.6% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi191.qopber.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr: 87.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi191.qopber.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:51.670 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.4.log: /var/log/ceph/cephadm.log: 86.7% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi191.qopber.log.gz 2024-09-17T12:05:51.671 INFO:teuthology.orchestra.run.smithi191.stderr: 90.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi070.stderr: 87.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi070.stderr: 90.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.024s 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m0.010s 2024-09-17T12:05:51.672 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.011s 2024-09-17T12:05:51.673 INFO:teuthology.orchestra.run.smithi191.stderr: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:51.673 INFO:teuthology.orchestra.run.smithi070.stderr: 91.0% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:51.674 INFO:teuthology.orchestra.run.smithi191.stderr: 91.3% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:51.790 INFO:teuthology.orchestra.run.smithi040.stderr: 90.2% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-17T12:05:51.816 INFO:teuthology.orchestra.run.smithi070.stderr: 92.9% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T12:05:51.818 INFO:teuthology.orchestra.run.smithi191.stderr: 92.6% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T12:05:51.876 INFO:teuthology.orchestra.run.smithi040.stderr: 93.7% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T12:05:51.914 INFO:teuthology.orchestra.run.smithi191.stderr: 93.6% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-17T12:05:51.916 INFO:teuthology.orchestra.run.smithi191.stderr: 93.4% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-17T12:05:51.917 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-09-17T12:05:51.917 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m0.279s 2024-09-17T12:05:51.917 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m0.643s 2024-09-17T12:05:51.917 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m0.050s 2024-09-17T12:05:51.928 INFO:teuthology.orchestra.run.smithi040.stderr: 93.7% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T12:05:51.942 INFO:teuthology.orchestra.run.smithi070.stderr: 93.6% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T12:05:52.019 INFO:teuthology.orchestra.run.smithi070.stderr: 93.5% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-17T12:05:52.020 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-09-17T12:05:52.020 INFO:teuthology.orchestra.run.smithi070.stderr:real 0m0.385s 2024-09-17T12:05:52.021 INFO:teuthology.orchestra.run.smithi070.stderr:user 0m0.781s 2024-09-17T12:05:52.021 INFO:teuthology.orchestra.run.smithi070.stderr:sys 0m0.045s 2024-09-17T12:05:52.105 INFO:teuthology.orchestra.run.smithi040.stderr: 91.0% -- replaced with /var/log/ceph/9f7ccbfe-74ea-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T12:05:52.106 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-09-17T12:05:52.106 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.472s 2024-09-17T12:05:52.107 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m1.099s 2024-09-17T12:05:52.107 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.039s 2024-09-17T12:05:52.107 INFO:tasks.cephadm:Archiving logs... 2024-09-17T12:05:52.107 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi040/log 2024-09-17T12:05:52.108 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:52.324 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi070/log 2024-09-17T12:05:52.325 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:52.452 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi191/log 2024-09-17T12:05:52.452 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:52.552 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi194/log 2024-09-17T12:05:52.553 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:52.569 INFO:tasks.cephadm:Removing cluster... 2024-09-17T12:05:52.569 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:52.758 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:53.894 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:54.079 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:55.198 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9f7ccbfe-74ea-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:55.379 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 9f7ccbfe-74ea-11ef-bceb-c7b262605968 2024-09-17T12:05:56.516 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T12:05:56.516 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:56.522 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:56.529 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:56.534 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:56.540 INFO:tasks.cephadm:Teardown complete 2024-09-17T12:05:56.540 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-09-17T12:05:56.552 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T12:05:56.563 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T12:05:56.563 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:56.568 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:56.573 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:56.577 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T12:05:56.577 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-09-17T12:05:56.577 INFO:teuthology.orchestra.run.smithi040.stdout:*hv01.front.sepi 67.205.162.81 3 u 51 64 377 0.090 -1.205 0.343 2024-09-17T12:05:56.577 INFO:teuthology.orchestra.run.smithi040.stdout:+hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.055 -3.532 0.341 2024-09-17T12:05:56.578 INFO:teuthology.orchestra.run.smithi040.stdout:+hv03.front.sepi 74.6.168.72 3 u 5 64 377 0.077 -0.956 0.430 2024-09-17T12:05:56.578 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T12:05:56.579 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout:+hv01.front.sepi 67.205.162.81 3 u 4 64 377 0.091 -3.444 4.064 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout:+hv02.front.sepi 63.231.80.2 3 u 7 64 377 0.084 -9.129 2.032 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout:*hv03.front.sepi 74.6.168.72 3 u 58 64 377 0.087 -7.792 3.270 2024-09-17T12:05:56.584 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout:*hv01.front.sepi 67.205.162.81 3 u 59 128 377 0.084 -2.536 1.032 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 128 377 0.086 -4.065 0.625 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 128 377 0.076 -1.648 0.678 2024-09-17T12:05:56.587 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T12:05:56.595 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T12:05:56.595 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-09-17T12:05:56.595 INFO:teuthology.orchestra.run.smithi194.stdout:*hv01.front.sepi 67.205.162.81 3 u 63 64 377 0.105 -4.821 1.594 2024-09-17T12:05:56.596 INFO:teuthology.orchestra.run.smithi194.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 64 377 0.108 -5.611 1.713 2024-09-17T12:05:56.596 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 2 64 377 0.126 -4.976 1.435 2024-09-17T12:05:56.596 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T12:05:56.597 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T12:05:56.606 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T12:05:56.607 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T12:05:56.617 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T12:05:56.627 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T12:05:56.637 INFO:teuthology.task.internal:Duration was 1579.650311 seconds 2024-09-17T12:05:56.637 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T12:05:56.647 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T12:05:56.647 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:56.650 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:56.652 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:56.654 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:56.691 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T12:05:56.691 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-09-17T12:05:56.691 DEBUG:teuthology.orchestra.run.smithi040:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:56.740 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2024-09-17T12:05:56.740 DEBUG:teuthology.orchestra.run.smithi070:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:56.750 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-09-17T12:05:56.751 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-17T12:05:56.761 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-09-17T12:05:56.761 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:56.772 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T12:05:56.772 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:56.785 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:56.793 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:56.806 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:56.863 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T12:05:56.864 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:56.865 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:56.868 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:56.870 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:57.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T12:05:57.129 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T12:05:57.129 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:57.141 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:57.155 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:57.170 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:57.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T12:05:57.194 DEBUG:teuthology.orchestra.run.smithi040:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.197 DEBUG:teuthology.orchestra.run.smithi070:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.201 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-17T12:05:57.206 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-09-17T12:05:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2024-09-17T12:05:57.214 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.224 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-09-17T12:05:57.239 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-09-17T12:05:57.319 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:57.324 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:57.328 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:57.333 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:57.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:57.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T12:05:57.374 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T12:05:57.375 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi040 2024-09-17T12:05:57.376 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:57.402 DEBUG:teuthology.misc:Transferring archived files from smithi070:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi070 2024-09-17T12:05:57.403 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:57.426 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi191 2024-09-17T12:05:57.427 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:57.452 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907785/remote/smithi194 2024-09-17T12:05:57.452 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:57.472 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T12:05:57.473 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:57.475 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:57.477 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:57.494 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:57.516 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T12:05:57.529 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T12:05:57.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T12:05:57.540 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T12:05:57.540 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:57.542 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:57.545 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:57.546 INFO:teuthology.orchestra.run.smithi040.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:57.547 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:57.548 INFO:teuthology.orchestra.run.smithi070.stdout: 658615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:57.551 INFO:teuthology.orchestra.run.smithi191.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:57.564 INFO:teuthology.orchestra.run.smithi194.stdout: 658615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:57.566 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T12:05:57.577 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T12:05:57.601 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_basic} duration: 1579.6503112316132 owner: scheduled_teuthology@teuthology success: true 2024-09-17T12:05:57.601 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T12:05:57.682 INFO:teuthology.run:pass